Commit eea6963464e855a3e5fffa38b16c382230276c00
1 parent
784e6c2f
removed cache
Showing
1 changed file
with
1 additions
and
1 deletions
400-SOURCECODE/AIAHTML5.Web/Web.config
... | ... | @@ -37,7 +37,7 @@ |
37 | 37 | <staticContent> |
38 | 38 | |
39 | 39 | <remove fileExtension=".mp3" /> |
40 | - <clientCache cacheControlMode="DisableCache" /> | |
40 | + <!--<clientCache cacheControlMode="DisableCache" />--> | |
41 | 41 | <remove fileExtension=".woff" /> |
42 | 42 | <mimeMap fileExtension=".woff" mimeType="application/font-woff" /> |
43 | 43 | <mimeMap fileExtension=".mp3" mimeType="audio/mpeg" /> | ... | ... |