Commit 7f16162a605b7618f96e53e3adee5a72c519c60e

Authored by unknown
1 parent 74791ddc

Commit Changes for Web.config Settings

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