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

我正在运行Windows Server 2008 R2标准版,此刻我已经安装了IIS 6。

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

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

题:

我如何升级到IIS 7.5? (正常版本 – 不是快递)能否请您提供一些说明?

Windows上的IIS是版本locking的。 这意味着1版本的IIS附带了特定版本的Windows,就是这样。 如果你想改变IIS,你需要改变你的Windows版本。

这个matrix可能有帮助

 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服务器)angular色的现有Windows 2008 R2服务器,那么您正在使用IIS 7.5

Windows Server 2008R2上没有IIS6,不能在那里安装。 所以你已经有了IIS 7.5。

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