IIS Express 与 Windows 7 附带的默认 IIS
我是 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
以下是与 http://www. mywindowsclub.com/resources/3302-Key-differences- Between-IIS-IIS-Developer.aspx。
如果您已经安装了 IIS - 它是一个更好的产品。 IIS Express 仅供那些无法访问 IIS 或想要比 IIS 更轻但更像 IIS 而不是 Cassini 的人使用。
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.
来自 Scott Gu 的帖子在 IIS Express 上:
为什么不是 IIS
为什么选择 IIS Express
From Scott Gu's post on IIS Express:
Why Not IIS
Why IIS Express
几个小时后,我发现在本地 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.