📄 web.config
字号:
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<configSections>
<sectionGroup name="ajaxNet">
<section name="ajaxSettings" type="AjaxPro.AjaxSettingsSectionHandler,AjaxPro" />
</sectionGroup>
</configSections>
<ajaxNet>
<ajaxSettings>
<!--
<encryption cryptType="AjaxProSample.SampleCryptProvider, AjaxProSample" keyType="AjaxProSample.SampleKeyProvider, AjaxProSample" />
<token enabled="true" />
-->
<urlNamespaceMappings>
<add namespace="AjaxSearchSystem" path="MyPath" />
</urlNamespaceMappings>
</ajaxSettings>
</ajaxNet>
<system.web>
<httpHandlers>
<add verb="*" path="AjaxPro/*.ashx" type="AjaxPro.AjaxHandlerFactory,AjaxPro" />
</httpHandlers>
<!-- 鍔ㄦ
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -