--HG--
branch : dev
This commit is contained in:
Sebastien Ros
2010-09-21 15:04:31 -07:00
2 changed files with 54 additions and 16 deletions

View File

@@ -125,14 +125,33 @@
</modules>
<handlers>
<!-- Explicitly remove not necessary handlers -->
<remove path="eurl.axd" verb="*" />
<remove path="trace.axd" verb="*" />
<remove path="WebResource.axd" verb="*" />
<remove path="*_AppService.axd" verb="*" />
<remove path="ScriptResource.axd" verb="*" />
<remove path="*.rem" verb="*" />
<remove path="*.xoml" verb="*" />
<remove path="*.xamlx" verb="*" />
<!--remove path="trace.axd" verb="*" /-->
<remove name="TraceHandler-Integrated-4.0" />
<!-- remove path="WebResource.axd" verb="*" /-->
<remove name="AssemblyResourceLoader-Integrated" />
<remove name="AssemblyResourceLoader-Integrated-4.0" />
<!-- remove path="ScriptResource.axd" verb="*" /-->
<remove name="ScriptResourceIntegrated-4.0" />
<!-- remove path="*_AppService.axd" verb="*" /-->
<remove name="ScriptHandlerFactoryAppServices-Integrated-4.0" />
<!-- remove path="*.rem" verb="*" /-->
<remove name="HttpRemotingHandlerFactory-rem-Integrated-4.0" />
<remove name="HttpRemotingHandlerFactory-rem-ISAPI-4.0_32bit" />
<remove name="HttpRemotingHandlerFactory-rem-ISAPI-4.0_64bit" />
<!-- remove path="*.xamlx" verb="*" /-->
<remove name="xamlx-Integrated-4.0" />
<remove name="xamlx-ISAPI-4.0_32bit" />
<remove name="xamlx-ISAPI-4.0_64bit" />
<!-- remove path="*.xoml" verb="*" /-->
<remove name="xoml-Integrated-4.0" />
<remove name="xoml-ISAPI-4.0_32bit" />
<remove name="xoml-ISAPI-4.0_64bit" />
<remove name="MvcHttpHandler"/>
<remove name="UrlRoutingHandler"/>