when hosted .net core 8.0 version application in IIS version 10.0, it showing Error 500.30 - ASP.NET Core app failed to start
this application is connected to database. but i have same version of application hosted without database. This application is working fine.
i have checked .net version installed in my computer. They listed below

NewQueue is the application that i have issue
Jayraj ChhayaPosted Jun 4, 2024, 7:31 AM
Hi @Bineesh Viswanath,
The error "CLR worker thread exited prematurely" indicates a problem with the .NET Core runtime. To troubleshoot this issue:
Bineesh ViswanathPosted Jun 4, 2024, 6:47 AM
Below is the error details showing in event Viewer
Application '/LM/W3SVC/4/ROOT' with physical root 'C:\inetpub\wwwroot\NewQueue\' failed to load coreclr. Exception message:
CLR worker thread exited prematurely
Jayraj ChhayaPosted Jun 4, 2024, 6:27 AM
When encountering Error 500.30 in IIS for a .NET Core application, it typically indicates a problem with the application startup process. To troubleshoot this issue, consider the following steps:
By following these steps and analyzing the error logs, you can pinpoint the root cause of the Error 500.30 and take appropriate actions to resolve the startup failure of the "NewQueue" application in IIS.