HTTP Error 500.31 – ANCM Failed to Find Native Dependencies in IIS

I have received the same error after upgrading my ASP.NET Core project from .NET Core 3.0 to 3.1 and installing Microsoft .NET Core 3.1.0 – Windows Server Hosting. Quick (but bad) fix changed the web.config handler from AspNetCoreModuleV2 to AspNetCoreModule and it worked ok. Good fix Find the underlying cause by inspecting Event Viewer. There … Read more