Alok Tomar
What is the asp.net application pipeline
By Alok Tomar in ASP.NET on Oct 31 2008
  • sanjeev kumar
    Nov, 2008 4

    ASP.NET Web pages are processed on the Web server. It involves a number of steps, starting with a request from a client, and culminating with the requested ASP.NET Web page's class generating the page's rendered HTML. In between, the request bounces through IIS and into the ASP.NET engine, where it proceeds through a module pipeline down into the corresponding HTTP handler.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS