I am trying to the deploy the API side of the .netcore 5/angular to my windows server using IIS.
I am having a error message :
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/fwl
I looked at the logs and they show this :
Application '/LM/W3SVC/2/ROOT' with physical root 'C:\inetpub\ecommAPI' failed to load coreclr. Exception message:
CLR worker thread exited prematurely
Is there a guide to deploy this applciaiton to IIS ?
2 Answer(s)
-
0
Can you share the logs of your application (log.txt) located under Logs folder?
-
0
This question has been automatically marked as stale because it has not had recent activity.