Skip to content

Commit 5f8e70b

Browse files
author
Сергей Трегуб
committed
Fix web.config
1 parent 205b16d commit 5f8e70b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ProjectTemplates/ReferenceProject/web.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<clear />
1818
<add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModuleV2" resourceType="Unspecified" />
1919
</handlers>
20-
<aspNetCore processPath="%LAUNCHER_PATH%" arguments="%LAUNCHER_ARGS%" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" forwardWindowsAuthToken="false" hostingModel="InProcess">
20+
<aspNetCore processPath="%LAUNCHER_PATH%" arguments="%LAUNCHER_ARGS%" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" forwardWindowsAuthToken="false" hostingModel="inprocess">
2121
<environmentVariables />
2222
</aspNetCore>
2323
<httpProtocol>

0 commit comments

Comments
 (0)