.net core 5

Tuesday, April 23, 2024 12:33:51 PM
  • Posted: Monday, December 21, 2020 6:36 PM
  • 5
Hi,

does someone have a problem with net core 5? after install new net core 5.0  by me  grandnode no longer works.(HTTP Error 502.5 - ANCM Out-Of-Process Startup Failure)
0
  • Posted: Tuesday, December 22, 2020 9:03 AM
  • 953
Hi Cebina,

GrandNode doesn't support .NET Core 5 yet, so it's impossible to use it with it. We will keep the community informed when it will be ready. Maybe in the next version, which will be released in Q1 2021.
Best regards,
Patryk

GrandNode Team
0
  • Posted: Wednesday, December 23, 2020 9:59 AM
  • Team
  • 151
Hi,
Try to install again net core 3.1, check if every application works on a separate application pool.
If the problem still exists:
- Open the web.config file from root of your project and find this line:
<aspNetCore stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" />
- Set stdoutLogEnabled as true and save it
- Reload your app and see the logs in the directory: logs/stdout
0
back to top
Filters