Skip to content

Commit 68131cb

Browse files
author
Сергей Трегуб
committed
Explicit set hosting model for IIS
1 parent a399fde commit 68131cb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ProjectTemplates/ReferenceProject/web.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
3-
<!--
3+
<!--
44
This file is intended to be deployed to IIS.
55
See: https://github.com/drwatson1/AspNet-Core-REST-Service/wiki#deploying-to-iis
66
-->
@@ -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">
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)