【发布时间】:2010-11-04 10:48:41
【问题描述】:
谁能告诉我Visual Studio提供的IIS服务器和开发服务器的区别。
【问题讨论】:
-
您有什么特别的想法吗?
标签: asp.net iis asp.net-development-serv
谁能告诉我Visual Studio提供的IIS服务器和开发服务器的区别。
【问题讨论】:
标签: asp.net iis asp.net-development-serv
这里有几个链接可以阅读:-)
Core Differences Between IIS and the ASP.NET Development Server
ASP.NET Development Server or Localhost IIS?
What are the (dis)advantages of using Cassini instead of IIS?
我不知道你为什么要调查这个,但你可能想看看 IIS Express - Introducing IIS Express
【讨论】:
有很多不同之处,其中一些:
我建议任何想要像 Cassini 一样简单但更兼容的人使用 IIS Express,它支持 IIS 的几乎所有功能,但具有适合开发的简化模型http://weblogs.asp.net/scottgu/archive/2010/06/28/introducing-iis-express.aspx。 Visual Studio 将包含对它的支持。
【讨论】: