博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
无法识别<system.web.extensions>的处理方法
阅读量:5277 次
发布时间:2019-06-14

本文共 1839 字,大约阅读时间需要 6 分钟。

在<configuration />中加入以下声明

<
configuration
>
  
<
configSections
>
    
<
sectionGroup 
name
=
"system.web.extensions" 
type
=
"System.Web.Configuration.SystemWebExtensionsSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
>
      
<
sectionGroup 
name
=
"scripting" 
type
=
"System.Web.Configuration.ScriptingSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
>
        
<
section 
name
=
"scriptResourceHandler" 
type
=
"System.Web.Configuration.ScriptingScriptResourceHandlerSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" 
requirePermission
=
"false" 
allowDefinition
=
"MachineToApplication"
/>
        
<
sectionGroup 
name
=
"webServices" 
type
=
"System.Web.Configuration.ScriptingWebServicesSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
>
          
<
section 
name
=
"jsonSerialization" 
type
=
"System.Web.Configuration.ScriptingJsonSerializationSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" 
requirePermission
=
"false" 
allowDefinition
=
"Everywhere" 
/>
          
<
section 
name
=
"profileService" 
type
=
"System.Web.Configuration.ScriptingProfileServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" 
requirePermission
=
"false" 
allowDefinition
=
"MachineToApplication" 
/>
          
<
section 
name
=
"authenticationService" 
type
=
"System.Web.Configuration.ScriptingAuthenticationServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" 
requirePermission
=
"false" 
allowDefinition
=
"MachineToApplication" 
/>
        
</
sectionGroup
>
      
</
sectionGroup
>
    
</
sectionGroup
>
  
</
configSections
>

转载于:https://www.cnblogs.com/amyShizhen/p/3680886.html

你可能感兴趣的文章
51Nod1353 树
查看>>
CF1215E Marbles
查看>>
BZOJ2339 HNOI2011卡农(动态规划+组合数学)
查看>>
octave基本操作
查看>>
axure学习点
查看>>
WPF文本框只允许输入数字[转]
查看>>
dom4j 通用解析器,解析成List<Map<String,Object>>
查看>>
第一个项目--用bootstrap实现美工设计的首页
查看>>
使用XML传递数据
查看>>
TYVJ.1864.[Poetize I]守卫者的挑战(概率DP)
查看>>
0925 韩顺平java视频
查看>>
iOS-程序启动原理和UIApplication
查看>>
mysql 8.0 zip包安装
查看>>
awk 统计
查看>>
模板设计模式的应用
查看>>
实训第五天
查看>>
平台维护流程
查看>>
2012暑期川西旅游之总结
查看>>
12010 解密QQ号(队列)
查看>>
2014年辛星完全解读Javascript第一节
查看>>