HTTP Error 502.5 in .NET core 2.1.3 on window server 2016

前端 未结 3 1932
独厮守ぢ
独厮守ぢ 2021-01-23 02:27

I Install .NET core version 2.1.3 for my new computer run window server 2016 OS. I hosted in IIS 10. But it have Error 502

HTTP Error 502.5 - Process Failure

Co         


        
3条回答
  •  心在旅途
    2021-01-23 03:02

    Ensure the following:

    1. .NET Core Hosting Bundle installed on the hosting server - download from here
    2. Application Pool .NET CLR version set to "No Managed Code"
    3. Ensure that the Application Pool Identity user has read permissions on the published folder. For details check: https://docs.microsoft.com/en-us/aspnet/core/host-and-deploy/iis/?view=aspnetcore-2.0

提交回复
热议问题