asp.net - How to use Microsoft.Web.Administration without IIS7 -


My site develops on Windows 2003 using IIS6 and Development Server which runs with Visual Studio 2008. My production site is on IIS7.

How can I use Microsoft Reference / Microsoft.Web.Administration without visiting an IIS7-enabled machine during my development?

No short answer, you can not do this. IIS6 and IIS7 are completely separate products and there are major differences in how to store configuration data.

You can duplicate / stub at Microsoft.Web.Administration namespace but I think your time is running for OS running IIS7 (Vista, Windows 7, Windows 2008) Spend better time.


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -