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

Gib*_*boK 4 iis iis-7.5 windows-server-2008-r2

我在安装 IIS 6 时正在运行 Windows Server 2008 R2 标准版。

我需要将 IIS 更新到 7.5 版。

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

题:

如何升级到 IIS 7.5?(普通版 - 不是 Express)你能提供一些说明吗?

MDM*_*rra 8

Windows 上的 IIS 是版本锁定的。这意味着 1 个版本的 IIS 附带特定版本的 Windows,仅此而已。如果要更改 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
Run Code Online (Sandbox Code Playgroud)

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


Pet*_*orf 5

Windows Server 2008R2 上没有 IIS6,无法安装。所以你已经有了 IIS 7.5。

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