在 Windows Server 2008 上安装 IIS 7.5

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/2363498/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-15 14:02:57  来源:igfitidea点击:

Installing IIS 7.5 on Windows Server 2008

windowswindows-server-2008iis-7.5

提问by Neil Knight

I would like to know if I can install IIS 7.5 on Windows Server 2008 and NOT Windows Server 2008 R2?

我想知道我是否可以在 Windows Server 2008 而不是 Windows Server 2008 R2 上安装 IIS 7.5?

采纳答案by Nick Craver

Short version: No, you cannot.

简短版本:不,你不能。

The IIS version has always been tied to the OS, there are many underlying things in the OS to support it. Keep in mind that 2008 R2 will run 32-bit programs including web applications via WoW64if that's your aversion to upgrading to R2.

IIS 版本一直都是和操作系统绑定的,操作系统中有很多底层的东西来支持它。请记住,如果您不愿意升级到R2,2008R2 将运行 32 位程序,包括通过WoW64 的Web 应用程序。