1
Reply

What is the asp.net application pipeline

Alok Tomar

Alok Tomar

15y
3.7k
0
Reply

    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.