I have published ASP.NET Core and Angular (single solution) to Azure. The the swagger documentation works
https://bimhost.azurewebsites.net/swagger/index.html
But but when I go to the webpage https://bimhost.azurewebsites.net I get an error:
404
Oops! You're lost.
We can not find the page you're looking for.
Home page.
I have gone through the tutorial https://docs.aspnetzero.com/documents/aspnet-core-angular/latest/Deployment-Angular-Publish-Azure and followed all the steps there but no success.
I have a Angular and DotNet core 2.2. project created with version v6.7.0 I have deployed the solution to Azure through ftp following the instructions from
https://docs.aspnetzero.com/documents/zero/latest/Step-by-step-publish-to-azure-angular
I get the error HTTP Error 502.5 - ANCM Out-Of-Process Startup Failure when I try to access the Web application.