Visual studio web server iis6 or iis7? -


Whether iis7 or iis6 is running internally when I run my asp.net mvc site in Visual Studio 2008 ?

In addition, MVC requires iis7 (for?)

Through visual studio, you are not actually running IIS6 or IIS7 You can find Cassini you are running. For Asp.net MVC, it can be deployed to run under IIS6 or IIS7. As mentioned earlier, if you want to run under IIS6, then you will have to jump through some hoops so that IIS7 is possible if possible. If you are stuck with IIS6 (perhaps you are on Windows Server 2003), there are some best practices (URL file extensions or wild card application maps), which are in Phil Hawks, which help your application run correctly will do.


Comments

Popular posts from this blog

c# - ListView onScroll event -

PHP - get image from byte array -

Linux Terminal Problem with Non-Canonical Terminal I/O app -