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...
-
OR The attempt to publish the ZIP file through failed with HTTP status code Unauthorized. When you get this error while publishing the Websi...
-
This error normally occurred when you created a report on one SQL version and deploying/opening on another SQL version. I've created ...
-
To use the ChatGPT API in a C# application, you'll follow below steps: 1. Set Up Your OpenAI Account Sign Up : If you haven't alrea...