在安装了4.0.3的服务器上部署MVC 4.5.1时,Targetframework错误

本文关键字:MVC 1时 Targetframework 部署 错误 服务器 安装 | 更新日期: 2023-09-27 18:19:24

我的windows server 2008 R2目前安装了。net framework v4.0.3x。

我有ASP。. NET MVC 4.5.1应用程序,当我部署我得到以下错误:

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.
Source Error: 

Line 37:   </appSettings>
Line 38:   <system.web>
Line 39:     <compilation debug="true" targetFramework="4.5.1" />
Line 40:     <httpRuntime targetFramework="4.5.1" />
Line 41:     <pages> 

我需要在服务器上安装一些东西,还是我没有在我的/bin文件夹中部署正确的dll的问题?

我已经安装了IIS 7.5.7x .

在安装了4.0.3的服务器上部署MVC 4.5.1时,Targetframework错误

您需要在服务器上安装当前的。net框架。在此之后,它应该可以工作,因为IIS在4.0和4.5之间没有区别。此外,您需要在IIS管理中选择正确的目标框架。