Disabled ASP.NET OutputCacheModule in Web.config.

This commit is contained in:
Daniel Stolt
2015-04-10 22:35:47 +02:00
parent 8fbc1e41f3
commit 8b1f00e31c
3 changed files with 6 additions and 4 deletions

View File

@@ -111,7 +111,9 @@
</system.web>
<system.webServer>
<modules runAllManagedModulesForAllRequests="false"/>
<modules runAllManagedModulesForAllRequests="false">
<remove name="OutputCache"/>
</modules>
<handlers accessPolicy="Script">
<!-- Clear all handlers, prevents executing code file extensions or returning any file contents. -->
<clear/>