【发布时间】:2011-12-26 00:33:52
【问题描述】:
可能重复:
Unrecognized attribute 'targetFramework'. Note that attribute names are case-sensitive
我正在使用 windows xp 和 iis 5.1 来运行应用程序。
发生错误
Unrecognized attribute 'targetFramework'. Note that attribute names are case-sensitive.
Line 32: </providers>
Line 33: </roleManager>
Line 34: <compilation debug="true" strict="false" explicit="true" targetFramework="4.0">
Line 35: <assemblies>
Line 36: <add assembly="System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/></assemblies></compilation>
【问题讨论】:
-
4.0.3 可能会解决此问题。 You can check out the KB article here.@我,让我知道这是否解决了您的问题,我可能会尝试为此错误获取规范的问题/答案并关闭欺骗。谢谢。