Ext.net VS配置
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>
郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。