Vijay Kumar
Difference between HttpHandler and HttpModule
By Vijay Kumar in .NET on Sep 05 2014
  • Vijay Kumar
    Jul, 2015 1

    Ashish Sahu try your self

    • 1
  • Ashish Sahu
    Jun, 2015 29

    Plz Give example in code

    • 1
  • Vijay Kumar
    Sep, 2014 5

    An ASP.NET HTTP handler is the process (frequently referred to as the "endpoint") that runs in response to a request made to an ASP.NET Web application. The most common handler is an ASP.NET page handler that processes .aspx files. When users request an .aspx file, the request is processed by the page through the page handler. We can create our own HTTP handlers that render custom output to the browser.In order to create a Custom HTTP Handler,we need to Implement IHttpHandler interface(synchronous handler) or Implement IHttpAsyncHandler(asynchronous handler).An HTTP module is an assembly that is called on every request that is made to our application. HTTP modules are called as part of the ASP.NET request pipeline and have access to life-cycle events throughout the request. HTTP modules examine incoming and outgoing requests and take action based on the request.

    • 1
  • naga vara prasad
    May, 2016 11

    http://www.c-sharpcorner.com/uploadfile/37db1d/create-your-first-http-handler-in-Asp-Net-3-5/

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS