I have upgraded an ASP.net Core 1.1 app to ASP.net Core 2.0 with the following steps:
- Changed the Target Framework to 2.0
- Upgraded all Nugget Packages
Now my auto deployment from git runs and says it is successful but the app does not run. I get the following error:
HTTP Error 502.5 - Process Failure
I also added a separate web app deployment slot and tried deploying it there and still get the same result. I have also tried deploying it manually to the slow and no change.