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
860
Ajax Web Dialog Window Default Styles
posted

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?

 

 

Parents
No Data
Reply
  • 24497
    Verified Answer
    posted

    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\*.imageFiles
    3. web.config:
     <infragistics.web enableAppStyling="true" styleSetName="Default" styleSetPath="http://localhost/ig_res10.2/"/>

Children
No Data