Commit 70ca95c4f8b200d1fa3cef7515e50753d9095df3
1 parent
230cd13b
commented unused code
Showing
1 changed file
with
3 additions
and
3 deletions
400-SOURCECODE/AIAHTML5.Web/Web.config
... | ... | @@ -20,7 +20,7 @@ |
20 | 20 | <location path="app/views"> |
21 | 21 | |
22 | 22 | </location> |
23 | - <system.webServer>. | |
23 | + <system.webServer> | |
24 | 24 | |
25 | 25 | <rewrite> |
26 | 26 | <rules> |
... | ... | @@ -42,8 +42,8 @@ |
42 | 42 | <remove fileExtension=".woff" /> |
43 | 43 | <mimeMap fileExtension=".woff" mimeType="application/font-woff" /> |
44 | 44 | <mimeMap fileExtension=".mp3" mimeType="audio/mpeg" /> |
45 | - <mimeMap fileExtension=".vtt" mimeType="text/vtt" /> | |
46 | - <mimeMap fileExtension=".json" mimeType="application/json" /> | |
45 | + <mimeMap fileExtension=".vtt" mimeType="text/vtt" /> | |
46 | + <!-- <mimeMap fileExtension=".json" mimeType="application/json" />--> | |
47 | 47 | <!--<mimeMap fileExtension=".woff2" mimeType="application/font-woff2" />--> |
48 | 48 | |
49 | 49 | ... | ... |