Commit 751cf26cbe72fd5c965b125022e27147f3b65c51

Authored by Nikita Kulshreshtha
1 parent a080a6b1

commented duplicate json mimetype

400-SOURCECODE/AIAHTML5.Web/Web.config
... ... @@ -18,7 +18,7 @@
18 18 <httpRuntime targetFramework="4.5" />
19 19 </system.web>
20 20 <system.webServer>
21   - <!--<rewrite>
  21 + <rewrite>
22 22 <rules>
23 23 <rule name="AngularJS Routes" stopProcessing="true">
24 24 <match url=".*" />
... ... @@ -30,7 +30,7 @@
30 30 <action type="Rewrite" url="/AIA/" />
31 31 </rule>
32 32 </rules>
33   - </rewrite>-->
  33 + </rewrite>
34 34 <staticContent>
35 35 <remove fileExtension=".mp3" />
36 36 <clientCache cacheControlMode="DisableCache" />
... ... @@ -38,7 +38,7 @@
38 38 <mimeMap fileExtension=".woff" mimeType="application/font-woff" />
39 39 <mimeMap fileExtension=".mp3" mimeType="audio/mpeg" />
40 40 <!--<mimeMap fileExtension=".woff2" mimeType="application/font-woff2" />-->
41   - <mimeMap fileExtension=".json" mimeType="application/json" />
  41 + <!--<mimeMap fileExtension=".json" mimeType="application/json" />-->
42 42  
43 43 </staticContent>
44 44 <defaultDocument enabled="true">
... ...