Accessing application code storage location(of Packages and models) in D365FO
Hi,
In D365FO, Packages and models are stored in the file directory by maintaining a certain hierarchy based on dependencies. Below steps helps us to access the file location of desired package and model.
Step1: In dev machine launch IIS(Internet Information Services) Manager, by typing inetmgr in the windows run command.
Step2: Upon launching IIS Manager, navigate to the site "AosService" listed under sites node(as shown below)
Step3: Click on option Basic Settings... and it launches a prompt with the physical path details of the site.
Step4: Navigate to the physical path and access the webroot XML file which contains the package details of D365FO.
Step5: On opening webroot file, search for the keyword "Aos.PackageDirectory" and it directs us to the package file location. In my case its, "K:\AosService\PackagesLocalDirectory".
Step6: Navigate to the package file location to access the desired packages and its models. Here, I have highlighted the package sample(that I created earlier).
Regards,
Chaitanya

Like
Report
*This post is locked for comments