HTTP Error 502.5 - Process Failure asp.net core 2.0

前端 未结 5 1428
你的背包
你的背包 2021-01-14 14:46

Problem

I already developed my web app and published it to azure with asp.net core 1.1 and it was working fine until I upgraded my web application to Core 2.0 final

5条回答
  •  耶瑟儿~
    2021-01-14 15:29

    I was running 2.0.8, had to downgrade to 2.0.5 then it worked. The 2.0.8 didn't include a the Self-contained deployments (SCD) as supposed which 2.0.5 did.

    I'm using VSTS to build and release

提交回复
热议问题