File tree Expand file tree Collapse file tree
ProjectTemplates/ReferenceProject Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 -->
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 >
You can’t perform that action at this time.
0 commit comments