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
2070
Setup for Development with VS 2010, Win7, and IIS Express
posted

We just migrated up to Windows 7 with VS 2010; at this time we no longer are allowed to use IIS. We have therefore migrated to IIS Express, which doesn't need Admin rights.

So.... The big question is how Infragistics will work in development with IIS Express? The main difference is, of course, that IIS Express isn't running all the time; it is only activated when the program is actually run (in debug mode). So how will Infragistics find it's javascript and forms libraries? Where are they stored, and do we actually need to make up a virtual folder for this (ig_common)?

Basically, the question is how do we set up Infragistics to run in this environment, and to find it's libraries?

 

/Tom

Parents
No Data
Reply
  • 8160
    posted

    Hello Tom,

    IIS Express is a lightweight, self-contained version of IIS optimized for developers. Infragistics controls work fine with IIS Express. ig_common is used by the old controls, for the new controls you need only ig_res folder, all scripts are built in resources.

    The WebSchedule's controls and components make use of a Forms directory and Styles directory that is underneath C:\inetpub\wwwroot\aspnet_client\infragistics\20111CLR\

    Here is explained how to include WebSchedule Dialog Forms in your WebSite

     

Children