Let’s continue to discuss other error that you can find when deploying your Asp.net Core application. In previous article, I have explained about how to
Annotating the controllers with ApiController attribute in ASP.NET Core 2.1 or higher will enable the behavioral options for the API’s. These behavioral options include automatic HTTP 400
The <customErrors> element under system.web in web.config is used to configure error code to a custom page. It can be used to configure custom pages for any error code
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