File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 2
2
<configuration xmlns : xdt =" http://schemas.microsoft.com/XML-Document-Transform" >
3
3
<system .webServer xdt : Transform =" InsertIfMissing" >
4
4
<handlers xdt : Transform =" InsertIfMissing" >
5
- <add name =" StaticFileHandler" path =" *" verb =" *" preCondition =" integratedMode" type =" System.Web.StaticFileHandler" xdt : Locator =" Match(name)" xdt : Transform =" InsertBefore(/configuration/system.webServer/handlers/add)" />
5
+ <add name =" StaticFileHandler" path =" *" verb =" *" preCondition =" integratedMode" type =" System.Web.StaticFileHandler" xdt : Locator =" Match(name)" xdt : Transform =" Remove" />
6
+ <add name =" StaticFileHandler" path =" *" verb =" *" preCondition =" integratedMode" type =" System.Web.StaticFileHandler" xdt : Locator =" Match(name)" xdt : Transform =" InsertBefore(/configuration/system.webServer/handlers/add)" />
6
7
</handlers >
7
8
</system .webServer>
8
9
</configuration >
You can’t perform that action at this time.
0 commit comments