|
|
@@ -121,7 +121,7 @@
|
|
121
|
121
|
<add name="ScriptHandlerFactory" verb="*" path="*.asmx" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
|
|
122
|
122
|
<add name="ScriptHandlerFactoryAppServices" verb="*" path="*_AppService.axd" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
|
|
123
|
123
|
<add name="ScriptResource" preCondition="integratedMode" verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
|
|
124
|
|
- <!--<add name="ajaxpro" verb="*" path="*.ashx" type="AjaxPro.AjaxHandlerFactory, AjaxPro.2"/>-->
|
|
|
124
|
+ <add name="ajaxpro" verb="*" path="/ajaxpro/*.ashx" type="AjaxPro.AjaxHandlerFactory, AjaxPro.2"/>
|
|
125
|
125
|
</handlers>
|
|
126
|
126
|
<defaultDocument>
|
|
127
|
127
|
<files>
|