Hi
I have a custom ASPX page, that I deployed in the ISV folder. The page contains a ScriptManager control.
In order for the page to load, I need to include the AJAX configuration settings somewhere. For a custom website, I can put the configuration inside web.config file. But with Dynamics CRM, the changes to web.config are not supported ... and, as much as possible, I would like to stay on the "supported" side.
I tried to use the "multiple configuration files" feature of the ASP.NET and place a web.config file inside the ISV folder. But the CRM application seems to ignore my config file.
Please advise me on how to include AJAX on my custom ASPX page.
Thank you