Fixing web.config classic mode configuration

Modules' static files were no more working as they contain classic mode
configuration settings. This flag tolerates these settings.
This commit is contained in:
Sebastien Ros
2013-12-10 15:17:40 -08:00
parent 1aff8df92c
commit 0890650d78

View File

@@ -93,6 +93,9 @@
</system.web>
<system.webServer>
<!-- prevent iis from only allowing integrated mode configuration -->
<validation validateIntegratedModeConfiguration="false" />
<modules runAllManagedModulesForAllRequests="false">
<remove name="WarmupHttpModule"/>
<add name="WarmupHttpModule" type="Orchard.WarmupStarter.WarmupHttpModule, Orchard.WarmupStarter, Version=1.7.2, Culture=neutral"/>