ASP.NET 开发服务器和 IIS Express 之间有什么区别?

发布于 2024-10-08 12:35:14 字数 154 浏览 0 评论 0原文

Visual Studio SP1 具有从 Visual Studio 而不是 VS 开发服务器运行 Webmatrix 又名“IIS Express”的功能。

两者有什么区别? [ VS 开发服务器或 IIS Express]。

这个话题有什么新的、有趣的吗?

Visual Studio SP1 has a facility to run the Webmatrix aka "IIS Express" from Visual Studio instead of the VS development server.

What is the difference between both? [ VS development server or IIS express].

Is there anything new and interesting for this topic?

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

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

发布评论

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

评论(1

纸伞微斜 2024-10-15 12:35:14

看一下 Scott Guthrie 的这篇文章: 介绍IIS Express

我们认为它结合了 ASP.NET Web 服务器的易用性和 IIS 的全部功能。具体来说:

  • 它重量轻且易于安装(下载量不到 10Mb,安装速度超快)
  • 不需要管理员帐户即可从 Visual Studio 运行/调试应用程序
  • 它支持完整的网络服务器功能集 - 包括 SSL、URL 重写、媒体支持和所有其他 IIS 7.x 模块
  • 它支持并启用 IIS 7.x 支持的相同可扩展性模型和 web.config 文件设置
  • 它可以与完整的 IIS Web 服务器以及 ASP.NET 开发服务器并行安装(它们完全不冲突)
  • 它适用于 Windows XP 及更高版本的操作系统 - 为您提供适用于所有操作系统平台的完整 IIS 7.x 开发人员功能集

Take a look a this post by Scott Guthrie: Introducing IIS Express

We think it combines the ease of use of the ASP.NET Web Server with the full power of IIS. Specifically:

  • It’s lightweight and easy to install (less than 10Mb download and a super quick install)
  • It does not require an administrator account to run/debug applications from Visual Studio
  • It enables a full web-server feature set – including SSL, URL Rewrite, Media Support, and all other IIS 7.x modules
  • It supports and enables the same extensibility model and web.config file settings that IIS 7.x support
  • It can be installed side-by-side with the full IIS web server as well as the ASP.NET Development Server (they do not conflict at all)
  • It works on Windows XP and higher operating systems – giving you a full IIS 7.x developer feature-set on all OS platforms
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文