Hi Steve Crane,
Thanks for posting on Q&A platform.
There may be a few reasons behind the error which you can only identify by debugging. You can try to debug this error using the steps below:
- Navigate to the root directory of the application using CMD
- Run the application using the command
dotnet run (yourApplicationName).dll
If there are any errors, they should appear in the output.
Alternatively, you can check "Event Viewer" (search Event Viewer using Windows search) and navigate to
- Windows Logs
- Application There may be a few reasons behind the error which you can only identify by debugging. You can try to debug this error using the steps below:
Have a look at the below link, a similar thread, hope it helps.
reference - https://stackoverflow.com/questions/67211060/http-error-500-30-asp-net-core-app-failed-to-start
Please press the Accept Answer /Upvote option if you find this helpful.