File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
src/WebJobs.Script.WebHost Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 16
16
<add name =" AspNetCoreModuleV2" image =" %XDT_EXTENSIONPATH%\ancm\aspnetcoreV2.dll" xdt : Transform =" Insert" />
17
17
</globalModules >
18
18
</system .webServer>
19
- <location >
20
- <system .webServer>
21
- <modules >
22
- <add name =" AspNetCoreModuleV2" xdt : Locator =" Match(name)" xdt : Transform =" Remove" />
23
- <add name =" AspNetCoreModuleV2" xdt : Transform =" Insert" />
19
+ <location path =" %XDT_SITENAME%" xdt : Locator =" Match(path)" xdt : Transform =" InsertIfMissing" >
20
+ <system .webServer xdt : Transform =" InsertIfMissing" >
21
+ <modules xdt : Transform =" InsertIfMissing" >
22
+ <add name =" AspNetCoreModuleV2" xdt : Transform =" InsertIfMissing" />
24
23
</modules >
25
24
</system .webServer>
26
25
</location >
27
- </configuration >
26
+ </configuration >
You can’t perform that action at this time.
0 commit comments