不能将<system.web.extensions>放在Web配置文件</system.web.extensions>中

时间:2014-06-30 10:13:22

标签: web-config asp.net-2.0

我正在尝试在Web配置文件中添加以下行。但它在第一行显示错误。任何人都可以建议我把这个代码放在配置文件

的哪个位置
<system.web.extensions>
<scripting>
  <webServices>
    <jsonSerialization maxJsonLength="5000"/>
  </webServices>
</scripting>
</system.web.extensions>

错误信息如下所示

"the element 'configuration' in namespace 'http://schemas.microsoft.com/.NetConfiguration/v2.0' has invalid child element 'system.web.extensions' in namespace 'http://schemas.microsoft.com/.NetConfiguration/v2.0'. List of possible elements expected: 'system.net' in namespace 'http://schemas.microsoft.com/.NetConfiguration/v2.0'"

0 个答案:

没有答案