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)
Enum with Flag Attribute in .NET
In .NET, you can use the Flags attribute with an enum. You can combine multiple values into one to represent a set of bit fields. It is use...
-
This error normally occurred when you created a report on one SQL version and deploying/opening on another SQL version. I've created ...
-
OR The attempt to publish the ZIP file through failed with HTTP status code Unauthorized. When you get this error while publishing the Websi...
-
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...