When attempting to add the WebDialogWindow control to an asp page. Infragistics attempt to import styles to a default location in web project. Why is it creating the /ig_res folder here? Should this be in /ig_common somewhere? What is the most appropriate IIS setup for this?
Hi,
If you running IIS application and need to keep all css resources in IIS, then you may create a virtual directory and set it to styleSetPath. Example:
1. Create c:\inetpub\wwwroot\aspnet_client\infragistics\ig_res10.2 and set its name or virtual directory to "ig_res10.2"2. Copy there style sets used by your application (from ig_res): c:\inetpub\wwwroot\aspnet_client\infragistics\ig_res10.2\Default\*.css c:\inetpub\wwwroot\aspnet_client\infragistics\ig_res10.2\Default\images\*.imageFiles3. web.config: <infragistics.web enableAppStyling="true" styleSetName="Default" styleSetPath="http://localhost/ig_res10.2/"/>