IIS服务器和Visual Studio提供的开发服务器有什么区别?

发布于 2024-10-01 02:43:59 字数 50 浏览 1 评论 0原文

谁能告诉我 IIS 服务器和 Visual Studio 提供的开发服务器之间的区别。

Can anyone please tell me the difference between IIS Server and Development server provided by Visual Studio.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

笑脸一如从前 2024-10-08 02:43:59

这里有一些可供阅读的链接:-)

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

只涨不跌 2024-10-08 02:43:59

有很多差异,其中一些:

  1. Cassini 中的本地访问
  2. Cassini 不支持 S
  3. Cassini 作为您的帐户运行(无论谁登录),IIS 作为服务运行,这意味着有些事情会发生很大变化
  4. 不支持基本身份验证方法、摘要等。
  5. 不运行任何 IIS 模块,这意味着您将无法执行 URL 重写、默认文档、目录浏览、静态页面自定义错误等操作。
  6. 不支持虚拟目录等操作 对于那些想要像 Cassini 一样简单但更兼容的人来说

,我建议使用 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:

  1. Local access in Cassini
  2. Cassini does not support S
  3. Cassini runs as your account (whoever is logged on), IIS runs as a service which means some things change quite a bit
  4. Does not support authentication methods like Basic, Digest, etc.
  5. Does not run any of the IIS Modules, which means you will not be able to do things like URL Rewrite, Default Documents, Directory Browsing, Custom Errors for static pages, etc
  6. Does not support things like Virtual Directories, etc.

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文