Update web.config to work with newer IIS versions that support .appcache.

This commit is contained in:
David Anson 2016-06-23 21:37:16 -07:00
parent c02af96836
commit 079ae7ac16

View file

@ -8,6 +8,7 @@
<!-- Register MIME type for cache manifest --> <!-- Register MIME type for cache manifest -->
<system.webServer> <system.webServer>
<staticContent> <staticContent>
<remove fileExtension=".appcache"/>
<mimeMap fileExtension=".appcache" mimeType="text/cache-manifest"/> <mimeMap fileExtension=".appcache" mimeType="text/cache-manifest"/>
</staticContent> </staticContent>
</system.webServer> </system.webServer>