ajax调用的配置
aspx的cs中
web.config中
<system.webServer>
<handlers>
<add name="ajaxpro/*.ashx_POST,GET" path="ajaxpro/*.ashx" verb="POST,GET" type="AjaxPro.AjaxHandlerFactory,AjaxPro.2" preCondition="integratedMode,runtimeVersionv2.0" />
</handlers>
</system.webServer>
cs中的方法
js中调用该方法
应用程序中:namespace.class.方法名
web网站:className.方法名

被折叠的 条评论
为什么被折叠?



