Files
getdotnet/web.config
2015-07-23 21:42:56 -07:00

8 lines
222 B
XML

<?xml version="1.0"?>
<configuration>
<system.webServer>
<staticContent>
<mimeMap fileExtension=".json" mimeType="application/json" />
</staticContent>
</system.webServer>
</configuration>