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

前端 未结 3 1987
独厮守ぢ
独厮守ぢ 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:27

    The is a situation that if you use:

    Env: Windows Server OS, .NET Core Hosting Bundle(including runtime), IIS, Asp.Net.Core

    You could add a element as follows into {YourProject}.csproj file:

    
      false
    
    

    Ref: https://github.com/dotnet/coreclr/issues/13542

提交回复
热议问题