码迷,mamicode.com
首页 > Web开发 > 详细

Ext.net VS配置

时间:2014-07-29 13:46:58      阅读:216      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   color   io   cti   div   .net   

1.configSections 节点配置

1 <section name="extnet" type="Ext.Net.GlobalConfig" requirePermission="false"/>

2.system.web 节点配置

1 <httpHandlers>
2       <add path="*/ext.axd" verb="*" type="Ext.Net.ResourceHandler" validate="false"/>
3     </httpHandlers>
4     <httpModules>
5       <add name="DirectRequestModule" type="Ext.Net.DirectRequestModule, Ext.Net"/>
6     </httpModules>

3.system.webServer 节点配置

1 <modules>
2       <add name="DirectRequestModule" preCondition="managedHandler" type="Ext.Net.DirectRequestModule, Ext.Net"/>
3     </modules>
4     <handlers>
5       <add name="DirectRequestHandler" verb="*" path="*/ext.axd" preCondition="integratedMode" type="Ext.Net.ResourceHandler"/>
6     </handlers>

 

Ext.net VS配置,布布扣,bubuko.com

Ext.net VS配置

标签:style   blog   http   color   io   cti   div   .net   

原文地址:http://www.cnblogs.com/wxytkzc/p/3875094.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!