Ext.Net配置
本文最后更新于 737 天前,其中的信息可能已经有所发展或是发生改变。
瀏覽器調試模式控制台中,提示腳本加載失敗,或者ext控件未定義
在web.config里增加
<system.webServer>
    <modules>
      <add name=DirectRequestModule preCondition=managedHandler type=Ext.Net.DirectRequestModule,Ext.Net />
    </modules>
    <handlers>
      <add name=DirectRequestHandler verb=* path=*/ext.axd preCondition=integratedMode type=Ext.Net.ResourceHandler/>
    </handlers>
</system.webServer>
 
 
IIS7.0以前的版本
<system.web>
    <httpModules>
     <add name=DirectRequestModule” type=Ext.Net.DirectRequestModule,Ext.Net/>
    </httpModules>
    <httpHandlers>
     <add verb=*” path=*/ext.axd 
          type=Ext.Net.ResourceHandler validate=”false”/>
    </httpHandlers>
</system.web>
文章原文:https://www.luojiasan.com/category/115.html
文章来源:https://www.luojiasan.com
[声明]本站内容除特别声明外,均属站长手写原创内容。
1、本站所有原创文章、图片等资料,如需转载使用,必须附上来源出处及链接方式;
2、若本站侵犯到您的权益或任何版权问题,请立即告知本站,我们将及时删除并致以最深的歉意!
3、本站转载文章版权归原作者所有,内容为作者个人观点,本站只提供参考并不构成任何投资及应用建议。任何本站转载文章链接及得到的资讯、产品、服务,本站概不负责,亦不负任何法律责任。
暂无评论

发送评论 编辑评论


				
上一篇
下一篇