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

前端 未结 3 2012
我在风中等你
我在风中等你 2021-01-23 02:30

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:18

    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

提交回复
热议问题