小编Emi*_*sic的帖子

AspNetCore 3.0 - HTTP Error 500.0 - ANCM In-Process Handler Load Failure

I created two ASP.NET Core web applications - just API templates:

  • ASP.NET Core 2.2
  • ASP.NET Core 3.0

Deployed these applications to the Windows Server 2016 with latest (3.0 Runtime & Hosting Bundle). ASP.NET Core 2.2 works correctly without any problems, but ASP.NET Core 3.0 gives me this error from image below.

在此处输入图片说明

In event viewer I found error every time when I deploy or try to start 3.0 application:

Application 'C:\Inetpub\vhosts\webapp.com\httpdocs\' failed to start. Exception message: Unexpected exception: status: Access is …

asp.net asp.net-core-2.2 asp.net-core-3.0

2
推荐指数
1
解决办法
7566
查看次数