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 22<configuration xmlns : xdt =" http://schemas.microsoft.com/XML-Document-Transform" >
33 <system .webServer xdt : Transform =" InsertIfMissing" >
44 <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)" />
67 </handlers >
78 </system .webServer>
89</configuration >
You can’t perform that action at this time.
0 commit comments