Removed Orchard.WarmupStarter from Web.config in Orchard.Azure.Web.

This commit is contained in:
Daniel Stolt
2013-08-24 21:27:22 +02:00
committed by Sebastien Ros
parent 95087800bd
commit d0fe93fa66

View File

@@ -126,18 +126,12 @@
<clear/>
<add path="*" verb="*" type="System.Web.HttpNotFoundHandler"/>
</httpHandlers>
<httpModules>
<add name="WarmupHttpModule" type="Orchard.WarmupStarter.WarmupHttpModule, Orchard.WarmupStarter, Version=1.7, Culture=neutral"/>
</httpModules>
</system.web>
<system.webServer>
<validation validateIntegratedModeConfiguration="false"/>
<modules runAllManagedModulesForAllRequests="false">
<remove name="WarmupHttpModule"/>
<add name="WarmupHttpModule" type="Orchard.WarmupStarter.WarmupHttpModule, Orchard.WarmupStarter, Version=1.7, Culture=neutral"/>
</modules>
<modules runAllManagedModulesForAllRequests="false" />
<handlers accessPolicy="Script">
<!-- Clear all handlers, prevents executing code file extensions or returning any file contents. -->
<clear/>