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)
                    
                
            .net core 5
                Tuesday, November 4, 2025 4:12:56 AM
            
        
                    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
            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