In this post, I will explain you how can you integrate famous .NET logging library (Log4Net) in your ASP.NET project. Though, particularly in this post I am using an ASP.NET Web API project, but the…
Root CauseYou normally get such issue when you take the reference of certain third party library in your application.*For example, you took the reference of RestSharp (A third-party library) from…
How IIS Process a Web Request?In ASP.NET, web requests are processed by IIS. Once your request arrives at IIS, a thread (also known as Worker Thread) from the CLR ThreadPool is taken to process your…