IIS Express 与 Windows 7 附带的默认 IIS

发布于 2024-12-19 18:08:00 字数 187 浏览 3 评论 0原文

我是 IIS 世界的新手,我想了解以下内容...

我听说过 IIS Express。我运行 Windows 7 Ultimate 并安装了 Windows 7 附带的 IIS。

作为开发人员,如果我为 .Net Web 项目安装 IIS Express 而不是 Windows 7 附带的默认 IIS,对我来说有什么重大好处吗?

I am new to the world of IIS and I wanted to know the following...

I have heard about IIS Express. I run Windows 7 Ultimate and have installed the IIS that comes packaged with Windows 7.

As a developer, is there any major benefit for me if I install IIS Express over the default IIS that comes with Windows 7 for .Net Web projects?

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

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

发布评论

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

评论(3

囍孤女 2024-12-26 18:08:00

以下是与 http://www. mywindowsclub.com/resources/3302-Key-differences- Between-IIS-IIS-Developer.aspx

如果您已经安装了 IIS - 它是一个更好的产品。 IIS Express 仅供那些无法访问 IIS 或想要比 IIS 更轻但更像 IIS 而不是 Cassini 的人使用。

  • 与操作系统集成
    • IIS 7 随操作系统一起提供,并与 Windows 紧密集成。
    • IIS Developer Express 是一个单独的可下载工具
  • 目标用户
    • IIS 7 既适合开发人员,也适合生产用途。
    • IIS Developer Express 只能用于开发目的,不能用于生产。
  • 支持的 Windows 版本
    • IIS 7 仅适用于 Windows Vista 和更新版本的 Windows。对于服务器操作系统,IIS 7 仅适用于 Windows 2008。
    • IIS 开发人员版本甚至可以在旧版本上运行 - 从 Windows XP 及更高版本开始。
  • 流程模型和激活
    • 在 IIS 7 中,工作线程由 Windows Process Activation Service 自动启动和管理。
    • 如果是 IIS Express,用户必须处理此问题。
  • FTP支持
    • IIS Developer Express 不支持 FTP,而 IIS 7 支持。
  • WCF 支持
    • IIS Developer Express 仅支持基于 HTTP 的 WCF。
    • IIS 7 支持 WCF,包括 TCP、命名管道和 MSMQ。
  • 多开发者支持
    • IIS 7 是单用户应用程序。
    • IIS Developer Express 支持多开发环境。配置文件、设置和 Web 内容是按每个用户维护的。
  • Visual Studio 集成
    • 所有版本的 Visual Studio 都内置对 IIS 7 的支持。
    • 只有 VS 2010 及后续版本才会内置对 IIS Developer Express 的支持。
  • 运行时扩展
    • IIS 开发人员支持 URL 重写和 FastCGI。
    • Webmatrix 提供对 SEO、数据库管理和 Web 部署的支持。 IIS 提供的其他扩展尚未使用 IIS Developer Express 进行测试。
  • 管理工具
    • IIS 7 使用 IIS 管理器进行管理。
    • 可以使用 Webmatrix 管理 IIS Developer Express。此外,快捷版还通过系统托盘提供支持。
  • IIS 使用的端口
    • 默认网站附带 IIS 7 侦听端口 80。
    • IIS Developer Express 的默认网站部分会侦听端口 8080,以避免与 IIS 7 并行运行时发生冲突。

Here are the differences from http://www.mywindowsclub.com/resources/3302-Key-differences-between-IIS-IIS-Developer.aspx.

If you already have IIS installed - its a better product. IIS express would only be used by people who don't have access to IIS or want something that is lighter than IIS but more like IIS than Cassini.

  • Integrated with OS
    • IIS 7 ships with the operating system and is tightly integrated to Windows.
    • IIS developer express is a separate downloadable tool
  • Targetted users
    • IIS 7 is for both developers as well as for production purposes.
    • IIS developer express can be used only for development purposes and not for production.
  • Supported Windows editions
    • IIS 7 will work only on Windows Vista and newer editions of Windows. In case of server OS, IIS 7 will work only on Windows 2008.
    • IIS developer edition will work even on older version - starting from Windows XP and newer.
  • Process model and activation
    • In IIS 7, the worker thread is automatically launched and managed by Windows Process Activation Service.
    • In case of IIS Express, user has to handle this.
  • FTP support
    • IIS developer express does not support FTP while IIS 7 supports it.
  • WCF support
    • IIS Developer express supports only WCF over HTTP.
    • IIS 7 supports WCF including over TCP, Named Pipes, and MSMQ.
  • Multi developer support
    • IIS 7 is a single user application.
    • IIS Developer express supports multi developer environment. Configuration files, settings, and Web content are maintained on a per-user basis.
  • Visual Studio integration
    • All editions and versions of Visual Studio have built-in support for IIS 7.
    • Only VS 2010 and future versions will have built-in support for IIS developer express.
  • Runtime extensions
    • IIS developer has support for URL Rewrite and FastCGI.
    • Webmatrix offers support for SEO, database management and Web Deployment. Other extensions that are offered with IIS are not yet tested with IIS Developer express.
  • Management Tools
    • IIS 7 is managed using the IIS Manager.
    • IIS Developer express can be managed using Webmatrix. Also, the express edition has support through system tray.
  • Port used by IIS
    • The default website comes with IIS 7 listens to port 80.
    • The default website part of IIS developer express listens to port 8080 to avoid conflicts with IIS 7 when they are running side by side.
故人如初 2024-12-26 18:08:00

来自 Scott Gu 的帖子在 IIS Express 上:

为什么不是 IIS

不过,目前使用 IIS 选项的缺点是,某些
公司不允许开发人员安装完整的网络服务器
机器。 IIS 还需要管理员帐户访问权限才能进行设置和
调试项目。不同版本的Windows也支持不同的
IIS 的版本。例如,如果您运行的是 Windows XP,
必须使用它附带的 IIS 5.1 Web 服务器 – 这并不
支持IIS 7.x的所有新功能。配置网络项目
在VS中使用IIS还需要一些额外的安装和
配置步骤。

为什么选择 IIS Express

它重量轻且易于安装(下载量小于 10Mb,
超级快速安装)不需要管理员帐户
从 Visual Studio 运行/调试应用程序它支持完整的 Web 服务器
功能集 – 包括 SSL、URL 重写、媒体支持和所有其他
IIS 7.x 模块它支持并启用相同的可扩展性模型
和 IIS 7.x 支持的 web.config 文件设置即可安装
与完整的 IIS Web 服务器以及 ASP.NET 并行
开发服务器(它们根本不冲突)它可以在Windows上运行
XP 及更高版本的操作系统 – 为您提供完整的 IIS 7.x 开发人员
所有操作系统平台上的功能集 IIS Express(如 ASP.NET
开发服务器)可以快速启动以运行站点
磁盘上的目录。它不需要任何注册/配置
步骤。这使得启动和运行开发变得非常容易
场景。

From Scott Gu's post on IIS Express:

Why Not IIS

The downside with using the IIS option today, though, is that some
companies don’t allow full web-servers to be installed on developer
machines. IIS also requires administrator account access to setup and
debug projects. Different versions of Windows also support different
versions of IIS. For example, if you are running on Windows XP you
have to use the IIS 5.1 web-server that comes with it – which doesn’t
support all the new features of IIS 7.x. Configuring a web project
within VS to use IIS also requires some extra installation and
configuration steps.

Why IIS Express

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 IIS Express (like the ASP.NET
Development Server) can be quickly launched to run a site from a
directory on disk. It does not require any registration/configuration
steps. This makes it really easy to launch and run for development
scenarios.

爱的十字路口 2024-12-26 18:08:00

几个小时后,我发现在本地 IIS 上使用 Express 的一个重要原因:“编辑并继续”在本地 IIS 上不起作用。

After a couple of hours i found one significant reason to use Express over Local IIS : "Edit and Continue" does not work on local IIS.

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