We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 205b16d commit 5f8e70bCopy full SHA for 5f8e70b
1 file changed
ProjectTemplates/ReferenceProject/web.config
@@ -17,7 +17,7 @@
17
<clear />
18
<add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModuleV2" resourceType="Unspecified" />
19
</handlers>
20
- <aspNetCore processPath="%LAUNCHER_PATH%" arguments="%LAUNCHER_ARGS%" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" forwardWindowsAuthToken="false" hostingModel="InProcess">
+ <aspNetCore processPath="%LAUNCHER_PATH%" arguments="%LAUNCHER_ARGS%" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" forwardWindowsAuthToken="false" hostingModel="inprocess">
21
<environmentVariables />
22
</aspNetCore>
23
<httpProtocol>
0 commit comments