ASP.NET Core - HTTP Error 500.0 - ASP.NET Core IIS hosting failure

1

This issue occurs when I deploy my .net core(.net 5.0) program on IIS(It works in VS debug environment). And I've checked all the configuration details but I have no idea to fix it.

Here's the error:

  1. http error: HTTP Error 500.0 - ASP.NET Core IIS hosting failure
  2. event log: Failed to start application '/LM/W3SVC/3/ROOT', ErrorCode '0x8007023e'.(I don't know what that means)

note: 1. .Net Core hosting bundle(net 5.0) has been installed

c#
asp.net
asp.net-core
iis
http-error
asked on Stack Overflow Jan 22, 2021 by Marcus • edited Jan 29, 2021 by halfer

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0