如何在 Windows Server 2008 R2 Standard 上将 IIS 6 更新到 IIS 7.5?

如何在 Windows Server 2008 R2 Standard 上将 IIS 6 更新到 IIS 7.5?

我目前正在运行 Windows Server 2008 R2 标准版,并且安装了 IIS 6。

我需要将 IIS 更新到 7.5 版本。

使用角色下的服务器管理,我可以看到Web Server IIS Installed。使用 Web 平台安装程序,我只能看到 IIS 7.5 Express。

问题:

如何升级到 IIS 7.5?(普通版本 - 非 Express)您能提供一些说明吗?

答案1

Windows 上的 IIS 是版本锁定的。这意味着,只有特定版本的 Windows 附带 1 个版本的 IIS,仅此而已。如果您想更改 IIS,则需要更改 Windows 版本。

这个矩阵可能会有帮助

IIS 5   -   Windows 2000 Server
IIS 6   -   Windows Server 2003
IIS 7   -   Windows Server 2008
IIS 7.5 -   Windows Server 2008 R2
IIS 8   -   Windows Server 2012

一般来说,服务器上不会安装 IIS Express,因为没有必要。如果您使用的是安装了 IIS(Web 服务器)角色的现有 Windows 2008 R2 服务器,则您正在使用 IIS 7.5

答案2

Windows Server 2008R2 上没有 IIS6,无法在那里安装。因此您已经拥有 IIS 7.5。

IIS 7.5 express 是一个应用程序,而不是服务,它不会显示在服务器管理中,Express 和完整版可以同时安装。通常没有必要在服务器上安装 Express。它用于在工作站上进行开发。

相关内容