Wednesday, 10 April 2024
How to find the reason of HTTP Error 500.30 - ASP.NET Core app failed to start in Azure App Service
There are multiple ways to find the error. Let's discuss the first approach.
Step 1: Go to Azure Portal
Step 1: Go to App Service
Step 4: Add new Key "ASPNETCORE_DETAILEDERRORS", Set value =1
Subscribe to:
Posts (Atom)
Implement Authorization in Swagger with Static Value in Header .Net 8
If you want an anonymous user should not run the APIs. To run your API Endpoints From Swagger / Postman / Code the user should pass the head...
-
If you commit the changes by mistake and want to remove that commit or want to go to the last commit then here are some simple commands. In...
-
This error normally occurred when you created a report on one SQL version and deploying/opening on another SQL version. I've created ...
-
How to Get Access Token from Postman when you have an MFA enabled in the AD First, Let's learn how to get an access token if MFA is not...