<configuration> <infragistics.web enableAppStyling ="true" styleSetName="Default" styleSetPath ="ig_res/" /> </configuration>
For the new Aikido controls most assets ship as embedded resources in the related control’s assembly. The only additional assets that needs to be deployed are the style sets, which by default are stored in a folder named ig_res in the Web Application’s directory. If you’d like to deploy them to a place where these styles can be shared between different applications that use them you can create a separate Virtual Directory.
ig_res Virtual DirectoryTo provide the ASP.NET applications a way to access the styles you can create a Virtual Directory named ig_res in IIS. The virtual directories content path should be set to C:\inetpub\wwwroot\aspnet_client\infragistics\.
Then in the web.config file add the following:
Where the styleSetPath corresponds to the path where the ig_res virtual directory is located in IIS.