修改一个例子,该有这样的一个类 AjaxPro.2.dll ,其配置文件如下:
<configuration>
<configSections>
<sectionGroup name="ajaxNet">
<section name="ajaxSettings" type="AjaxPro.AjaxSettingsSectionHandler,AjaxPro.2" requirePermission="false" restartOnExternalChanges="true"/>
</sectionGroup>
</configSections>
-<ajaxNet>
<ajaxSettings>
<urlNamespaceMappings useAssemblyQualifiedName="false">
</urlNamespaceMappings>
<jsonConverters>
</jsonConverters>
<debug enabled="false"/>
<token enabled="false" sitePassword="password"/>
<oldStyle>
<includeMsPrototype/>
</oldStyle>
</ajaxSettings>
</ajaxNet>
<location path="ajaxpro">
<system.web>
<httpHandlers>
<add verb="*" path="*.ashx" type="AjaxPro.AjaxHandlerFactory,AjaxPro.2"/>
</httpHandlers>
<system.web>
<system.web>
<compilation debug="true"/></system.web>
</location>
怎么把他添加到别的项目web,config中,我想把那个例子放到其他项目中
回复 引用