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

ViktorGeorgiev7 0 Reputation points
2024-01-25T13:44:42.8933333+00:00

I am deploying my asp net web application on azure to the domain (https://laptopforge.azurewebsites.net/), but it seems to have problem starting up as i receive HTTP Error 500.30. I used the in-built publish options in Visual Studio Community 2022.Its for my school`s IT Olympiad.

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,935 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Ryan Hill 30,281 Reputation points Microsoft Employee Moderator
    2024-01-25T14:20:38.6433333+00:00

    Hi @ViktorGeorgiev7
    I would start with the Troubleshoot category in Diagnose and solve problems blade. This will give you deeper insights into the logs your application is producing during startup. The default project template in Visual Studio should produce logging that this detector can pick up. If you don't see anything, you can refer to Troubleshoot ASP.NET Core on Azure App Service and IIS | Microsoft Learn to configure your app service to get that logging into these detectors. If you aren't able to resolve the issue, please feel free to drop the errors your app is producing in a comment below.

    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.