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

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

    Alternatively, For anyone who still struggling with .net core on IIS while running nuget package Microsoft.Aspnetcore.all 2.1.3, i will recommend to update the version to 'Latest Stable 2.1.301' as Microsoft has released the fix

    Other version with IIS issue is Microsoft.Aspnetcore.all 2.0.8 either upgrade to 'Latest Stable 2.1.301' or downgrade to 2.0.7.

    No code or .csproj needed for changing needed.

提交回复
热议问题