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 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,14 +30,14 @@
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" />
37 37 <remove fileExtension=".woff" />
38 38 <mimeMap fileExtension=".woff" mimeType="application/font-woff" />
39 39 <mimeMap fileExtension=".mp3" mimeType="audio/mpeg" />
40   - <mimeMap fileExtension=".woff2" mimeType="application/font-woff2" />
  40 + <!--<mimeMap fileExtension=".woff2" mimeType="application/font-woff2" />-->
41 41 <!--<mimeMap fileExtension=".json" mimeType="application/json" />-->
42 42  
43 43 </staticContent>
... ...