ajaxpro在webconfig里的配置

iis 6版本

<system.web>

 <httpHandlers>
      <!--ajaxpro-->
      <add verb="POST,GET" path="ajaxpro/*.ashx" type="AjaxPro.AjaxHandlerFactory,AjaxPro"/>

    </httpHandlers>
  </system.web>

iis 7版本

<system.webServer>

<handlers>
<add name="AjaxPro" verb="POST,GET" path="ajaxpro/*.ashx" type="AjaxPro.AjaxHandlerFactory,AjaxPro"/>-->
</handlers>
  </system.webServer>

 

posted @ 2010-08-13 10:19  皮皮狗  阅读(559)  评论(0编辑  收藏  举报