I am trying to deploy my ASP.NET Boilerplate app in azure in two seperate app services, as described in this tutorial: https://docs.aspnetzero.com/documents/aspnet-core-angular/latest/Deployment-Angular-Publish-Azure
I have my Swagger UI (server appservice) running and I can perform database queries. I have set up my Angular app service as explained in the tutorial, but I get this HTTP Error 502.5 - ANCM Out-Of-Process Startup Failure
error when I navigate to the URL.
I have configured the appsettings.production as mentioned in the tutorial but I can't get it to work. These are the logs from the Azure Log Stream:
Detailed Error Information:
Module AspNetCoreModuleV2
Notification ExecuteRequestHandler
Handler aspNetCore
Error Code 0x80070002
Requested URL https://KapelAgenda:80/
Physical Path D:\home\site\wwwroot
Logon Method Anonymous
Logon User Anonymous
Note: KapelAgenda
is the name of my project and url of my site, I do think its weird that it shows that as requested URL instead of "https://kapelagenda.azurewebsites.net/" for instance.
User contributions licensed under CC BY-SA 3.0