What is HTTPhandler?
HttpHandler is a low level request and response API which is made to service incoming Http request. Every incoming Http request recieved by ASP.NET is ultimately processed by a instance of a class that implements HttpHandler. In the context of .NET development, an HTTP handler, or IHttpHandler in .NET jargon, is an interface in the … Read more