We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb0c863 commit 60e679aCopy full SHA for 60e679a
LearningHub.Nhs.UserApi/web.config
@@ -14,7 +14,7 @@
14
<handlers>
15
<add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModuleV2" resourceType="Unspecified" />
16
</handlers>
17
- <aspNetCore processPath="dotnet" arguments=".\LearningHub.Nhs.AdminUI.dll" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" hostingModel="inprocess" />
+ <aspNetCore processPath="dotnet" arguments=".\LearningHub.Nhs.UserApi.dll" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" hostingModel="InProcess" />
18
</system.webServer>
19
</location>
20
</configuration>
0 commit comments