Ask questionsHTTP Error 500.30 - ANCM In-Process Start Failure
A clear and concise description of what the bug is.
Steps to reproduce the behavior:
to launch application
Add any other context about the problem here.
Include the output of dotnet --info
Host (useful for support):
Version: 2.2.4
Commit: f95848e524
.NET Core SDKs installed:
No SDKs were found.
.NET Core runtimes installed:
Microsoft.AspNetCore.All 2.2.4 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.All]
Microsoft.AspNetCore.App 2.2.4 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.NETCore.App 2.2.4 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Also ran through the troubleshooting steps at https://docs.microsoft.com/en-us/aspnet/core/host-and-deploy/iis/troubleshoot?view=aspnetcore-2.2#50030-in-process-startup-failure
Attaching the acm ancm.log
stdout is blank
Answer
questions
zanate4019
Yes, nothing really useful
Application '/LM/W3SVC/2/ROOT' with physical root 'D:\Program Files\ARA Development\Box Workflow G3' failed to load clr and managed application. CLR worker thread exited prematurely
Since it was also mentioned in the ancm log, I didnt mention it.
Side note: The same application has been deployed on a WIndows 2008 R2 server and is working fine.
Related questions