IIS服务器和Visual Studio提供的开发服务器有什么区别?
谁能告诉我 IIS 服务器和 Visual Studio 提供的开发服务器之间的区别。
Can anyone please tell me the difference between IIS Server and Development server provided by Visual Studio.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这里有一些可供阅读的链接:-)
IIS 和 ASP.NET 开发服务器之间的核心区别
ASP.NET 开发服务器还是本地主机 IIS?
< a href="https://stackoverflow.com/questions/103785/what-are-the-disadvantages-of-using-cassini-instead-of-iis#104264">使用 Cassini 的优点是什么IIS?
我不知道您为什么要研究这个,但您可能想看看 IIS Express - 介绍 IIS Express
Here is a few links to read up on :-)
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?
I don't know why your looking into this but you might want to take a look at IIS Express - Introducing IIS Express
有很多差异,其中一些:
,我建议使用 IIS Express,它支持 IIS 的几乎所有功能,但具有适合开发的简化模型 http://weblogs.asp.net/scottgu/archive/2010/06/28/introducing-iis -express.aspx。 Visual Studio 将包含对其的支持。
There are MANY differences, some of them:
What I would recommend for anyone wanting something as simple as Cassini, yet more compatible is to use IIS Express which supports almost all features from IIS yet with a much simplified model suited for development http://weblogs.asp.net/scottgu/archive/2010/06/28/introducing-iis-express.aspx. Visual Studio will include support for it.