.net-core-2.0 azure app service 502.5 error

前端 未结 3 1363
忘了有多久
忘了有多久 2020-12-09 09:05

Getting a 502.5 error after CI deployment to azure app service.

When running dotnet {myproject}.dll on the debug console this is the error I get:

<
3条回答
  •  难免孤独
    2020-12-09 09:35

    Brand new .net core 2.1 app trying to deploy to new Azure app service with new app service plan. Same issues, namely 502.5 error ( HTTP Error 502.5 - Process Failure ).

    I implemented the above steps and still ran into errors. I opted to use the chose the self-contained deployment mode (compared to framework dependent (win-x64)).

    This resolved my issue.

    This answer was also submitted to [question]: ASP.NET Core 2.0 Preview 2 on IIS error 502.5

    Perhaps these questions should be linked.

提交回复
热议问题