How do I make sure that the deployed version of our application which uses infragistics controls, uses the scripts/images from the ig_common folder. Are there any specific configurations required for that?
Currently it seems to pick from the component resources, which is making the page loads slower.
Hello Madhurima,
did you manage to resolve the issue?
If you have other concerns or questions, please feel free to contact me.
When deploying ASP.NET common assets to the server, you need to provide your ASP.NET applications a way to access the files. This is done by creating a Virtual Directory named ig_common in IIS. The virtual directories content path should be set to C:\inetpub\wwwroot\aspnet_client\infragistics\.
By default, all ASP.NET controls in the Infragistics ASP.NET toolset use the ig_common virtual directory as the root folder for JavaScript files and images, therefore, once the virtual directory has been created the Infragistics ASP.NET controls should be able to access the JavaScript files and images they need to function properly.
If you have additional questions, don't hesitate to ask.