You can use the <customErrors> in web.config to display custom pages when exceptions occurred in MVC application with the response status code 200. For SEO reason, you
In this article, we are going to learn building a Clean Architecture application using ASP.NET Core Web API and Angular 11 Front End. Clean Architecture
Logging is an essential feature of an application to easily help us pinpoint or troubleshoot issues when a problem arises unexpectedly. .NET Core supports a
In previous article, we have written few articles about error that you might find when deploying your Asp.net Core application. In this article, we will
In this article, I have provided various samples of using SQL server connection string in C#, to connect asp.net web applications, console or using SQL server
There are other error that sometimes you can find when deploying your Asp.net application and some of our users also experiece this issue. The CustomErrors element inside