Commit f77869529cf6e37204ae4b11d615d33c9fb487dc
1 parent
bb64a5d0
update config
Showing
1 changed file
with
2 additions
and
2 deletions
400-SOURCECODE/AIAHTML5.Web/Web.config
... | ... | @@ -22,7 +22,7 @@ |
22 | 22 | </location> |
23 | 23 | <system.webServer> |
24 | 24 | |
25 | - <rewrite> | |
25 | + <!--<rewrite> | |
26 | 26 | <rules> |
27 | 27 | <rule name="AngularJS Routes" stopProcessing="true"> |
28 | 28 | <match url=".*" /> |
... | ... | @@ -34,7 +34,7 @@ |
34 | 34 | <action type="Rewrite" url="/" /> |
35 | 35 | </rule> |
36 | 36 | </rules> |
37 | - </rewrite> | |
37 | + </rewrite>--> | |
38 | 38 | <staticContent> |
39 | 39 | |
40 | 40 | <remove fileExtension=".mp3" /> | ... | ... |