remove IIS6 settings

This commit is contained in:
Erik Oppedijk
2013-08-06 22:16:06 +02:00
committed by Sebastien Ros
parent 330937e821
commit b49b65636f
161 changed files with 55 additions and 866 deletions

View File

@@ -3,12 +3,6 @@
<appSettings>
<add key="webpages:Enabled" value="false" />
</appSettings>
<system.web>
<httpHandlers>
<!-- iis6 - for any request in this location, return via managed static file handler -->
<add path="*" verb="*" type="System.Web.StaticFileHandler" />
</httpHandlers>
</system.web>
<system.webServer>
<staticContent>
<clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" />

View File

@@ -4,9 +4,6 @@
<add key="webpages:Enabled" value="false" />
</appSettings>
<system.web>
<httpHandlers>
</httpHandlers>
<!--
Enabling request validation in view pages would cause validation to occur
after the input has already been processed by the controller. By default