如何在IIS6上运行.NET 4.5网站?

Cod*_*ick 24 iis-6 windows-server-2003 asp.net-mvc-4 .net-4.5

我有一台运行IIS 6的旧Windows 2003服务器,我选择.net 4.5作为我最新的网络应用程序.问题是我无法让它在服务器上运行...

安装了.NET 4.0框架.我运行了aspnet_regiis并部署了网站.我给它自己的应用程序池.但是我收到以下错误:

The 'targetFramework' attribute in the <compilation> element of the Web.config 
file is used only to target version 4.0 and later of the .NET Framework (for 
example, '<compilation targetFramework="4.0">'). The 'targetFramework' attribute
currently references a version that is later than the installed version of the 
.NET Framework. Specify a valid target version of the .NET Framework, or install 
the required version of the .NET Framework.
Run Code Online (Sandbox Code Playgroud)

我看到.NET 4.5的要求需要Windows Server 2008或更高版本,但是我看到很多人只需要为MVC4配置路由,所以看起来这应该是可能的.

所以我需要做些什么才能让它发挥作用?

编辑:奇怪的是我们正在使用一个工作得很好的ASP.NET Web API站点...但这应该需要.net 4.5 ...

SLa*_*aks 39

.Net 4.5无法安装在Windows Server 2003上.

相反,你应该在.Net 4.0上使用MVC 4.0,这将工作正常.