我在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工具进行了双重检查)
所有其他帖子都建议在服务器上安装ASP.NET4.5,但这已经由我完成了。我还能检查什么?