how to fix HTTP Error 500.30 - ASP.NET Core app failed to start

stephen Makumbi 10 Reputation points
2023-04-23T08:57:57.3566667+00:00

Hi all, I am new to the Azure world so I do not know where to start to debug my issue. There seems to be zero support from the portal even if I have a pay-as-you-go account. The support system leads you through a lot of questions about the issue and in the end leaves you with no solution nor any contact with a support personnel. Very disappointing to say the least! I have an ASP.NET Core web app which is failing to run. The application is running fine on my PC. I even downloaded a publishing profile to re-publish it but that did not help. I get a 500.30 error Core app failed to start. Can someone please point me in into the right direction for diagnosis as I am getting late in the project and have tried pretty much everything I can think of. Many thanks.

Developer technologies ASP.NET ASP.NET Core
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,930 questions
Windows for business Windows Server User experience Other
{count} votes

1 answer

Sort by: Most helpful
  1. VenkateshDodda-MSFT 24,951 Reputation points Microsoft Employee Moderator
    2023-04-24T08:05:59.13+00:00

    @stephen Makumbi Thanks you for reaching out to Microsoft Q&A, apologize for any inconvenience caused on this.

    • Based on the shared information, we have understood that you have deployed the ASP.NET core app from local machine to azure app service and your application is failing to start with 500.30 error.
    • As per this troubleshooting iis documentation this seems to be an issue with the startup error and 500.30 is more generic error and this might be caused due to multiple reasons.
    • I would suggest you run the webapp down detector under diagnose and solve problems of your webapps to identify/understood the reason.
    • You can also look at the Application event logs refer to this documentation on how to access application event logs or on how to troubleshoot the startup failures in Azure app service.

    For more information, you can refer to QuickStart documentation on how to deploy ast.net application to azure app service

    Feel free to reach back to me if you have any questions on this.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.