i had a trouble with Powerbuilder 2022R2 when i tried to hosting the web api iin IIS.
i set the the option stdoutLogEnabled in true in web.config and get the rror attached
When i try to get access to the web page i get the error 500.30
HTTP Error 500.30 - ASP.NET Core app failed to start
Common solutions to this issue:
- The app failed to start
- The app started but then stopped
- The app started but threw an exception during startup
Troubleshooting steps:
- Check the system event log for error messages
- Enable logging the application process' stdout messages
- Attach a debugger to the application process and inspect
For more information visit: https://go.microsoft.com/fwlink/?LinkID=2028265
Some body can help me ?
thanks a lot
The problem was already solved, I had written an unrecognized word in logging.json. type "deploy" instead of "debug" to see the log
modifying this value with the IIS stopped, it ran again successfully
thanks a lot