cache static files

This commit is contained in:
Tommy Parnell
2015-02-28 23:23:21 -05:00
parent 4954d7b8b0
commit 49b3e3dc34

View File

@@ -27,6 +27,9 @@
</httpModules> </httpModules>
</system.web> </system.web>
<system.webServer> <system.webServer>
<staticContent>
<clientCache cacheControlMaxAge="5.00:00:00" cacheControlMode="UseMaxAge" />
</staticContent>
<handlers> <handlers>
<remove name="ExtensionlessUrlHandler-Integrated-4.0" /> <remove name="ExtensionlessUrlHandler-Integrated-4.0" />
<remove name="OPTIONSVerbHandler" /> <remove name="OPTIONSVerbHandler" />