我可以安装 IIS 6 和 IIS 6吗? IIS 7.5 在同一台 Windows 7 计算机上吗?

发布于 2024-09-19 04:18:18 字数 241 浏览 4 评论 0原文

我在 IIS 6 上运行的应用程序遇到问题,但在 IIS 7.5 上运行时遇到问题(如本问题所述:IIS 7.5 无法打开处理程序映射?

我认为如果我可以在我的计算机上运行 IIS 6 以及 7.5,可能会解决该问题。这可以做到吗?如果我这样做会造成任何问题吗?

I'm having trouble with an app that runs on IIS 6, but not IIS 7.5 (as outlined in this question: IIS 7.5 Can't open Handler Mappings?)

I think it might solve the problem if I could run IIS 6 on my machine as well as 7.5. Can this be done? Will it cause any problems if I do this?

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

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

发布评论

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

评论(2

神仙妹妹 2024-09-26 04:18:39

我认为你不能,因为它们都需要打开并监听端口 80 和 443。所以肯定存在冲突。

I think that you can not because both of them need to open and listen to port 80 and 443. So there is conflict for sure.

没有心的人 2024-09-26 04:18:36

这是不可能的。 IIS 6 是Windows Server 2003 的集成部分,IIS 7.5 是Windows Server 2008 R2 的集成部分。您无法“安装”其中任何一项,它们只是软件包的一部分(您只能通过“打开或关闭 Windows 功能”对话框激活/停用它们)。

但是,您可以做的是配置托管应用程序的应用程序池的“托管管道模式”。如果将其设置为“经典”,它将恢复为 IIS 6 管道模式。

This is impossible. IIS 6 is an integrated part of Windows Server 2003 and IIS 7.5 is an integrated part of Windows Server 2008 R2. You can not 'install' any one of these, they are simply part of the package (you can only activate/deactivate them via the 'Turn Windows features on or off' dialogue).

However, what you can do is configure the 'Managed Pipeline Mode' of the application pool that is hosting your application. If you set this to 'Classic', it will revert to the IIS 6 pipeline mode.

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