Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
20
How to make sure that the deployed application to use the scripts from ig_common folder?
posted

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.

Parents
  • 1440
    posted

    Hello Madhurima,

    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.

Reply Children
No Data