我的 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,但我已经这样做了。我还能检查什么?