Introduction
Although it may seem like it, the way that
ASP.NET processes your HTTP Request and returns your web page is a lot more
complex than it may seem. The HTTP Pipeline in ASP.NET is a large (but
streamlined) process where requests go in and pages come out. In other
articles I have looked at the Page object and the role that it plays in
providing content, but this article is going to look at the processes before
it.