File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
src/WebJobs.Script.WebHost Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 10
10
</site >
11
11
</sites >
12
12
</system .applicationHost>
13
- <location path =" %XDT_SITENAME% " xdt : Locator =" Match(path)" xdt : Transform = " InsertIfMissing " >
14
- <system .webServer xdt : Transform = " InsertIfMissing " >
15
- <modules xdt : Transform = " InsertIfMissing " >
16
- <add name =" AspNetCoreModuleV2" xdt : Transform =" InsertIfMissing" />
13
+ <location path =" " xdt : Locator =" Match(path)" >
14
+ <system .webServer>
15
+ <modules >
16
+ <add name =" AspNetCoreModuleV2" xdt : Locator = " Match(name) " xdt : Transform =" InsertIfMissing" lockItem = " true " />
17
17
</modules >
18
18
</system .webServer>
19
19
</location >
Original file line number Diff line number Diff line change 16
16
<add name =" AspNetCoreModuleV2" image =" %XDT_EXTENSIONPATH%\%XDT_BITNESS%\ancm\aspnetcoreV2.dll" xdt : Transform =" Insert" />
17
17
</globalModules >
18
18
</system .webServer>
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" />
19
+ <location path =" " xdt : Locator =" Match(path)" >
20
+ <system .webServer>
21
+ <modules >
22
+ <add name =" AspNetCoreModuleV2" xdt : Locator = " Match(name) " xdt : Transform =" InsertIfMissing" lockItem = " true " />
23
23
</modules >
24
24
</system .webServer>
25
25
</location >
You can’t perform that action at this time.
0 commit comments