I am new to publishing .net core applications to Azure for hosting and every time I publish my project using Visual Studio I am loading into a 502.5
error.
My steps:
Launch VS 2017 (v15.4.4) as admin
Create new .Net core web application, .Net framework 4.7, .Net core 2.0, any of the project templates, it doesn't seem to matter.
- Publish to a new app service, configuring it all, inside the free tier web hosting.
- Publish completes and loads into website with a
502.5
error.
Is there something I need to do in the Program.cs
file that sets up the starting code? Every thing I have seen online says that you can just create a new project and instantly publish it.