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

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

View File

@@ -115,16 +115,6 @@
</namespaces> </namespaces>
</pages> </pages>
<httpHandlers>
<!-- see below -->
<clear />
<add path="*" verb="*" type="System.Web.HttpNotFoundHandler"/>
</httpHandlers>
<!--<httpModules>
<add name="WarmupHttpModule" type="Orchard.WarmupStarter.WarmupHttpModule, Orchard.WarmupStarter, Version=1.0.20, Culture=neutral"/>
</httpModules>-->
</system.web> </system.web>
<!-- <!--
The system.webServer section is required for running ASP.NET AJAX under Internet The system.webServer section is required for running ASP.NET AJAX under Internet

View File

@@ -93,20 +93,6 @@
</namespaces> </namespaces>
</pages> </pages>
<httpHandlers>
<remove verb="*" path="*.asmx"/>
<add verb="*" path="*.asmx" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"/>
<add verb="*" path="*_AppService.axd" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"/>
<add verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" validate="false"/>
<add verb="*" path="*.mvc" validate="false" type="System.Web.Mvc.MvcHttpHandler, System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"/>
</httpHandlers>
<httpModules>
<add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"/>
<add name="UrlRoutingModule" type="System.Web.Routing.UrlRoutingModule, System.Web.Routing, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
</httpModules>
</system.web> </system.web>
<system.codedom> <system.codedom>

View File

@@ -3,12 +3,6 @@
<appSettings> <appSettings>
<add key="webpages:Enabled" value="false" /> <add key="webpages:Enabled" value="false" />
</appSettings> </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> <system.webServer>
<staticContent> <staticContent>
<clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" /> <clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" />

View File

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

View File

@@ -1,14 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<configuration> <configuration>
<appSettings> <appSettings>
<add key="webpages:Enabled" value="false" /> <add key="webpages:Enabled" value="false" />
</appSettings> </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> <system.webServer>
<staticContent> <staticContent>
<clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" /> <clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" />

View File

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

View File

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

View File

@@ -1,14 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<configuration> <configuration>
<appSettings> <appSettings>
<add key="webpages:Enabled" value="false" /> <add key="webpages:Enabled" value="false" />
</appSettings> </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> <system.webServer>
<staticContent> <staticContent>
<clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" /> <clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" />

View File

@@ -3,12 +3,6 @@
<appSettings> <appSettings>
<add key="webpages:Enabled" value="false" /> <add key="webpages:Enabled" value="false" />
</appSettings> </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> <system.webServer>
<staticContent> <staticContent>
<clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" /> <clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" />

View File

@@ -3,12 +3,6 @@
<appSettings> <appSettings>
<add key="webpages:Enabled" value="false" /> <add key="webpages:Enabled" value="false" />
</appSettings> </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> <system.webServer>
<staticContent> <staticContent>
<clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" /> <clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" />

View File

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

View File

@@ -1,14 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<configuration> <configuration>
<appSettings> <appSettings>
<add key="webpages:Enabled" value="false" /> <add key="webpages:Enabled" value="false" />
</appSettings> </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> <system.webServer>
<staticContent> <staticContent>
<clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" /> <clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" />

View File

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

View File

@@ -3,12 +3,6 @@
<appSettings> <appSettings>
<add key="webpages:Enabled" value="false" /> <add key="webpages:Enabled" value="false" />
</appSettings> </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> <system.webServer>
<staticContent> <staticContent>
<clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" /> <clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" />

View File

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

View File

@@ -3,12 +3,6 @@
<appSettings> <appSettings>
<add key="webpages:Enabled" value="false" /> <add key="webpages:Enabled" value="false" />
</appSettings> </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> <system.webServer>
<staticContent> <staticContent>
<clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" /> <clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" />

View File

@@ -3,12 +3,6 @@
<appSettings> <appSettings>
<add key="webpages:Enabled" value="false" /> <add key="webpages:Enabled" value="false" />
</appSettings> </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> <system.webServer>
<staticContent> <staticContent>
<clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" /> <clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" />

View File

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

View File

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

View File

@@ -3,12 +3,6 @@
<appSettings> <appSettings>
<add key="webpages:Enabled" value="false" /> <add key="webpages:Enabled" value="false" />
</appSettings> </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> <system.webServer>
<staticContent> <staticContent>
<clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" /> <clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" />

View File

@@ -3,12 +3,6 @@
<appSettings> <appSettings>
<add key="webpages:Enabled" value="false" /> <add key="webpages:Enabled" value="false" />
</appSettings> </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> <system.webServer>
<staticContent> <staticContent>
<clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" /> <clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" />

View File

@@ -3,12 +3,6 @@
<appSettings> <appSettings>
<add key="webpages:Enabled" value="false" /> <add key="webpages:Enabled" value="false" />
</appSettings> </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> <system.webServer>
<staticContent> <staticContent>
<clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" /> <clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" />

View File

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

View File

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

View File

@@ -3,12 +3,6 @@
<appSettings> <appSettings>
<add key="webpages:Enabled" value="false" /> <add key="webpages:Enabled" value="false" />
</appSettings> </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> <system.webServer>
<staticContent> <staticContent>
<clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" /> <clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" />

View File

@@ -3,12 +3,6 @@
<appSettings> <appSettings>
<add key="webpages:Enabled" value="false" /> <add key="webpages:Enabled" value="false" />
</appSettings> </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> <system.webServer>
<staticContent> <staticContent>
<clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" /> <clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" />

View File

@@ -3,12 +3,6 @@
<appSettings> <appSettings>
<add key="webpages:Enabled" value="false" /> <add key="webpages:Enabled" value="false" />
</appSettings> </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> <system.webServer>
<staticContent> <staticContent>
<clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" /> <clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" />

View File

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

View File

@@ -3,12 +3,6 @@
<appSettings> <appSettings>
<add key="webpages:Enabled" value="false" /> <add key="webpages:Enabled" value="false" />
</appSettings> </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> <system.webServer>
<staticContent> <staticContent>
<clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" /> <clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" />

View File

@@ -3,12 +3,6 @@
<appSettings> <appSettings>
<add key="webpages:Enabled" value="false" /> <add key="webpages:Enabled" value="false" />
</appSettings> </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> <system.webServer>
<staticContent> <staticContent>
<clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" /> <clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" />

View File

@@ -1,13 +1,10 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<configuration> <configuration>
<appSettings> <appSettings>
<add key="webpages:Enabled" value="false" /> <add key="webpages:Enabled" value="false" />
</appSettings> </appSettings>
<system.web> <system.web>
<httpHandlers>
</httpHandlers>
<!-- <!--
Enabling request validation in view pages would cause validation to occur Enabling request validation in view pages would cause validation to occur
after the input has already been processed by the controller. By default after the input has already been processed by the controller. By default

View File

@@ -3,12 +3,6 @@
<appSettings> <appSettings>
<add key="webpages:Enabled" value="false" /> <add key="webpages:Enabled" value="false" />
</appSettings> </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> <system.webServer>
<handlers accessPolicy="Script,Read"> <handlers accessPolicy="Script,Read">
<!-- <!--

View File

@@ -3,12 +3,6 @@
<appSettings> <appSettings>
<add key="webpages:Enabled" value="false" /> <add key="webpages:Enabled" value="false" />
</appSettings> </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> <system.webServer>
<handlers accessPolicy="Script,Read"> <handlers accessPolicy="Script,Read">
<!-- <!--

View File

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

View File

@@ -3,12 +3,6 @@
<appSettings> <appSettings>
<add key="webpages:Enabled" value="false" /> <add key="webpages:Enabled" value="false" />
</appSettings> </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> <system.webServer>
<staticContent> <staticContent>
<clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" /> <clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" />

View File

@@ -3,12 +3,6 @@
<appSettings> <appSettings>
<add key="webpages:Enabled" value="false" /> <add key="webpages:Enabled" value="false" />
</appSettings> </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> <system.webServer>
<staticContent> <staticContent>
<clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" /> <clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" />

View File

@@ -3,12 +3,6 @@
<appSettings> <appSettings>
<add key="webpages:Enabled" value="false" /> <add key="webpages:Enabled" value="false" />
</appSettings> </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> <system.webServer>
<staticContent> <staticContent>
<clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" /> <clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" />

View File

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

View File

@@ -3,12 +3,6 @@
<appSettings> <appSettings>
<add key="webpages:Enabled" value="false" /> <add key="webpages:Enabled" value="false" />
</appSettings> </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> <system.webServer>
<staticContent> <staticContent>
<clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" /> <clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" />

View File

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

View File

@@ -3,12 +3,6 @@
<appSettings> <appSettings>
<add key="webpages:Enabled" value="false" /> <add key="webpages:Enabled" value="false" />
</appSettings> </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> <system.webServer>
<staticContent> <staticContent>
<clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" /> <clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" />

View File

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

View File

@@ -3,12 +3,6 @@
<appSettings> <appSettings>
<add key="webpages:Enabled" value="false" /> <add key="webpages:Enabled" value="false" />
</appSettings> </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> <system.webServer>
<staticContent> <staticContent>
<clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" /> <clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" />

View File

@@ -3,12 +3,6 @@
<appSettings> <appSettings>
<add key="webpages:Enabled" value="false" /> <add key="webpages:Enabled" value="false" />
</appSettings> </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> <system.webServer>
<staticContent> <staticContent>
<clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" /> <clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" />

View File

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

View File

@@ -3,12 +3,6 @@
<appSettings> <appSettings>
<add key="webpages:Enabled" value="false" /> <add key="webpages:Enabled" value="false" />
</appSettings> </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> <system.webServer>
<staticContent> <staticContent>
<clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" /> <clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" />

View File

@@ -3,12 +3,6 @@
<appSettings> <appSettings>
<add key="webpages:Enabled" value="false" /> <add key="webpages:Enabled" value="false" />
</appSettings> </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> <system.webServer>
<staticContent> <staticContent>
<clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" /> <clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" />

View File

@@ -5,10 +5,7 @@
<add key="webpages:Enabled" value="false" /> <add key="webpages:Enabled" value="false" />
</appSettings> </appSettings>
<system.web> <system.web>
<httpHandlers> <!--
</httpHandlers>
<!--
Enabling request validation in view pages would cause validation to occur Enabling request validation in view pages would cause validation to occur
after the input has already been processed by the controller. By default after the input has already been processed by the controller. By default
MVC performs request validation before a controller processes the input. MVC performs request validation before a controller processes the input.

View File

@@ -3,12 +3,6 @@
<appSettings> <appSettings>
<add key="webpages:Enabled" value="false" /> <add key="webpages:Enabled" value="false" />
</appSettings> </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> <system.webServer>
<staticContent> <staticContent>
<clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" /> <clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" />

View File

@@ -3,12 +3,6 @@
<appSettings> <appSettings>
<add key="webpages:Enabled" value="false" /> <add key="webpages:Enabled" value="false" />
</appSettings> </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> <system.webServer>
<staticContent> <staticContent>
<clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" /> <clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" />

View File

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

View File

@@ -3,12 +3,6 @@
<appSettings> <appSettings>
<add key="webpages:Enabled" value="false" /> <add key="webpages:Enabled" value="false" />
</appSettings> </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> <system.webServer>
<staticContent> <staticContent>
<clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" /> <clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" />

View File

@@ -3,12 +3,6 @@
<appSettings> <appSettings>
<add key="webpages:Enabled" value="false" /> <add key="webpages:Enabled" value="false" />
</appSettings> </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> <system.webServer>
<staticContent> <staticContent>
<clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" /> <clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" />

View File

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

View File

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

View File

@@ -3,12 +3,6 @@
<appSettings> <appSettings>
<add key="webpages:Enabled" value="false" /> <add key="webpages:Enabled" value="false" />
</appSettings> </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> <system.webServer>
<handlers accessPolicy="Script,Read"> <handlers accessPolicy="Script,Read">
<!-- <!--

View File

@@ -3,12 +3,6 @@
<appSettings> <appSettings>
<add key="webpages:Enabled" value="false" /> <add key="webpages:Enabled" value="false" />
</appSettings> </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> <system.webServer>
<handlers accessPolicy="Script,Read"> <handlers accessPolicy="Script,Read">
<!-- <!--

View File

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

View File

@@ -3,12 +3,6 @@
<appSettings> <appSettings>
<add key="webpages:Enabled" value="false" /> <add key="webpages:Enabled" value="false" />
</appSettings> </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> <system.webServer>
<staticContent> <staticContent>
<clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" /> <clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" />

View File

@@ -3,12 +3,6 @@
<appSettings> <appSettings>
<add key="webpages:Enabled" value="false" /> <add key="webpages:Enabled" value="false" />
</appSettings> </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> <system.webServer>
<staticContent> <staticContent>
<clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" /> <clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" />

View File

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

View File

@@ -3,12 +3,6 @@
<appSettings> <appSettings>
<add key="webpages:Enabled" value="false" /> <add key="webpages:Enabled" value="false" />
</appSettings> </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> <system.webServer>
<staticContent> <staticContent>
<clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" /> <clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" />

View File

@@ -3,12 +3,6 @@
<appSettings> <appSettings>
<add key="webpages:Enabled" value="false" /> <add key="webpages:Enabled" value="false" />
</appSettings> </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> <system.webServer>
<staticContent> <staticContent>
<clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" /> <clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" />

View File

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

View File

@@ -1,14 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<configuration> <configuration>
<appSettings> <appSettings>
<add key="webpages:Enabled" value="false" /> <add key="webpages:Enabled" value="false" />
</appSettings> </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> <system.webServer>
<staticContent> <staticContent>
<clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" /> <clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" />

View File

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

View File

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

View File

@@ -1,14 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<configuration> <configuration>
<appSettings> <appSettings>
<add key="webpages:Enabled" value="false" /> <add key="webpages:Enabled" value="false" />
</appSettings> </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> <system.webServer>
<staticContent> <staticContent>
<clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" /> <clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" />

View File

@@ -1,14 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<configuration> <configuration>
<appSettings> <appSettings>
<add key="webpages:Enabled" value="false" /> <add key="webpages:Enabled" value="false" />
</appSettings> </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> <system.webServer>
<staticContent> <staticContent>
<clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" /> <clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" />

View File

@@ -3,12 +3,6 @@
<appSettings> <appSettings>
<add key="webpages:Enabled" value="false" /> <add key="webpages:Enabled" value="false" />
</appSettings> </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> <system.webServer>
<staticContent> <staticContent>
<clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" /> <clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" />

View File

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

View File

@@ -3,12 +3,6 @@
<appSettings> <appSettings>
<add key="webpages:Enabled" value="false" /> <add key="webpages:Enabled" value="false" />
</appSettings> </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> <system.webServer>
<staticContent> <staticContent>
<clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" /> <clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" />

View File

@@ -3,12 +3,6 @@
<appSettings> <appSettings>
<add key="webpages:Enabled" value="false" /> <add key="webpages:Enabled" value="false" />
</appSettings> </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> <system.webServer>
<staticContent> <staticContent>
<clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" /> <clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" />

View File

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

View File

@@ -3,12 +3,6 @@
<appSettings> <appSettings>
<add key="webpages:Enabled" value="false" /> <add key="webpages:Enabled" value="false" />
</appSettings> </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> <system.webServer>
<staticContent> <staticContent>
<clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" /> <clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" />

View File

@@ -3,12 +3,6 @@
<appSettings> <appSettings>
<add key="webpages:Enabled" value="false" /> <add key="webpages:Enabled" value="false" />
</appSettings> </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> <system.webServer>
<staticContent> <staticContent>
<clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" /> <clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" />

View File

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

View File

@@ -3,12 +3,6 @@
<appSettings> <appSettings>
<add key="webpages:Enabled" value="false" /> <add key="webpages:Enabled" value="false" />
</appSettings> </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> <system.webServer>
<staticContent> <staticContent>
<clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" /> <clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" />

View File

@@ -3,12 +3,6 @@
<appSettings> <appSettings>
<add key="webpages:Enabled" value="false" /> <add key="webpages:Enabled" value="false" />
</appSettings> </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> <system.webServer>
<staticContent> <staticContent>
<clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" /> <clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" />

View File

@@ -3,12 +3,6 @@
<appSettings> <appSettings>
<add key="webpages:Enabled" value="false" /> <add key="webpages:Enabled" value="false" />
</appSettings> </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> <system.webServer>
<handlers accessPolicy="Script,Read"> <handlers accessPolicy="Script,Read">
<!-- <!--

View File

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

View File

@@ -3,12 +3,6 @@
<appSettings> <appSettings>
<add key="webpages:Enabled" value="false" /> <add key="webpages:Enabled" value="false" />
</appSettings> </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> <system.webServer>
<staticContent> <staticContent>
<clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" /> <clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" />

View File

@@ -3,12 +3,6 @@
<appSettings> <appSettings>
<add key="webpages:Enabled" value="false" /> <add key="webpages:Enabled" value="false" />
</appSettings> </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> <system.webServer>
<staticContent> <staticContent>
<clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" /> <clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" />

View File

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

View File

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

View File

@@ -3,12 +3,6 @@
<appSettings> <appSettings>
<add key="webpages:Enabled" value="false" /> <add key="webpages:Enabled" value="false" />
</appSettings> </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> <system.webServer>
<staticContent> <staticContent>
<clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" /> <clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" />

View File

@@ -3,12 +3,6 @@
<appSettings> <appSettings>
<add key="webpages:Enabled" value="false" /> <add key="webpages:Enabled" value="false" />
</appSettings> </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> <system.webServer>
<staticContent> <staticContent>
<clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" /> <clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" />

View File

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

View File

@@ -3,12 +3,6 @@
<appSettings> <appSettings>
<add key="webpages:Enabled" value="false" /> <add key="webpages:Enabled" value="false" />
</appSettings> </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> <system.webServer>
<staticContent> <staticContent>
<clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" /> <clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" />

View File

@@ -3,12 +3,6 @@
<appSettings> <appSettings>
<add key="webpages:Enabled" value="false" /> <add key="webpages:Enabled" value="false" />
</appSettings> </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> <system.webServer>
<staticContent> <staticContent>
<clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" /> <clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" />

View File

@@ -3,12 +3,6 @@
<appSettings> <appSettings>
<add key="webpages:Enabled" value="false" /> <add key="webpages:Enabled" value="false" />
</appSettings> </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> <system.webServer>
<staticContent> <staticContent>
<clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" /> <clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" />

View File

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

View File

@@ -3,13 +3,7 @@
<appSettings> <appSettings>
<add key="webpages:Enabled" value="false" /> <add key="webpages:Enabled" value="false" />
</appSettings> </appSettings>
<system.web> <system.webServer>
<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>
<handlers accessPolicy="Script,Read"> <handlers accessPolicy="Script,Read">
<!-- <!--
iis7 - for any request to a file exists on disk, return it via native http module. iis7 - for any request to a file exists on disk, return it via native http module.

View File

@@ -3,12 +3,6 @@
<appSettings> <appSettings>
<add key="webpages:Enabled" value="false" /> <add key="webpages:Enabled" value="false" />
</appSettings> </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> <system.webServer>
<handlers accessPolicy="Script,Read"> <handlers accessPolicy="Script,Read">
<!-- <!--

View File

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

View File

@@ -3,12 +3,6 @@
<appSettings> <appSettings>
<add key="webpages:Enabled" value="false" /> <add key="webpages:Enabled" value="false" />
</appSettings> </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> <system.webServer>
<staticContent> <staticContent>
<clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" /> <clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" />

View File

@@ -3,13 +3,7 @@
<appSettings> <appSettings>
<add key="webpages:Enabled" value="false" /> <add key="webpages:Enabled" value="false" />
</appSettings> </appSettings>
<system.web> <system.webServer>
<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> <staticContent>
<clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" /> <clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" />
</staticContent> </staticContent>

View File

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

View File

@@ -1,14 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<configuration> <configuration>
<appSettings> <appSettings>
<add key="webpages:Enabled" value="false" /> <add key="webpages:Enabled" value="false" />
</appSettings> </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> <system.webServer>
<staticContent> <staticContent>
<clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" /> <clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" />

Some files were not shown because too many files have changed in this diff Show More