web.config

来自「AJAX简单入门,适合入门的新手哦,里面有简单的实例,可以让大家一边变得实验,来」· CONFIG 代码 · 共 26 行

CONFIG
26
字号
<?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 + =
减小字号Ctrl + -
显示快捷键?