ASP.NET不允许使用targetframework属性

时间:2016-03-23 23:05:35

标签: asp.net web-config httpruntime target-framework

我在web.config中有这些行:

<httpRuntime maxRequestLength="5120000" executionTimeout="54000" requestValidationMode="2.0" targetFramework="4.5"/>
<compilation debug="true" strict="false" explicit="true" targetFramework="4.5">

但是在httpRuntime元素上,我得到了设计时错误the targetframework attribute is not allowed

奇怪的是,这发生在我的本地开发机器上,其上的其他站点在各自的web.config文件中使用这些定义。所有站点都使用相同的应用程序池。安装了ASP.NET4.5(我使用Microsoft Web Installer工具进行了双重检查)

我已经检查了herehere以及here

所有其他帖子都建议在服务器上安装ASP.NET4.5,但这已经由我完成了。我还能检查什么?

0 个答案:

没有答案