Hi there Sooraj Krishnakumar
Thanks for postingon QandAplatform.
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
- ApplicationThere 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
- Windows Logs
- Application
- ApplicationThere 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
If this helps kindly accept the answer thanks much.