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