Follow up question on this topic.
I have deployed two applications on the same server using the method 2 described in docs. I have both Apps deployed to the main site and both web APIs to a second site on a different port. All works.
Looking at the web config on the route of the main web site it contains a line for one of the applications:
<aspNetCore processPath=".\Othello_cloud_API\ServerAPIs.exe" stdoutLogEnabled="false" stdoutLogFile=".\Othello_cloud_API\logs\stdout" hostingModel="inprocess" />
Everything works and my other application is fine, I just wanted to be clear about this line and why we do not have a line for both applications?
Many thanks
David