Add web.config to support JSON files

This commit is contained in:
Richard Lander
2015-07-23 21:42:56 -07:00
parent 7c5f0ac970
commit eaf93d8988

8
web.config Normal file
View File

@@ -0,0 +1,8 @@
<?xml version="1.0"?>
<configuration>
<system.webServer>
<staticContent>
<mimeMap fileExtension=".json" mimeType="application/json" />
</staticContent>
</system.webServer>
</configuration>