Nico
Nico
CC#
Created by Nico on 8/16/2023 in #help
✅ HTTP Error 500.30 - ASP.NET Core app failed to start
/close
9 replies
CC#
Created by Nico on 8/16/2023 in #help
✅ HTTP Error 500.30 - ASP.NET Core app failed to start
Update: Arhggggggg found a solution: hosting model must be OutOfProcess... This change at web.config did the trick:
<aspNetCore processPath=".\app.exe" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" hostingModel="OutOfProcess" />
<aspNetCore processPath=".\app.exe" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" hostingModel="OutOfProcess" />
Still getting the same exception running it from cli, but app works 🧐
9 replies