日斋
日新月异

///////使用第三方组建Ajax.dll

<httpHandlers>

        <add verb="POST,GET" path="ajax/*.ashx" type="Ajax.PageHandlerFactory, Ajax" />
</httpHandlers>

///////使用第三方组件AjaxPro.dll

<httpHandlers>

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

</httpHandlers>

//////使用第三方组件MagicAjax.dll

<httpModules>
   <add name="MagicAjaxModule" type="MagicAjax.MagicAjaxModule, MagicAjax"/>
 </httpModules>

 

 

posted on 2010-10-20 17:38  李承隆  阅读(277)  评论(0)    收藏  举报