AspDotNetAtoms.com provides daily updates on ASP.NET Tutorials, Programming Resources, .NET Articles, Authors and more.

Categories

Recent Posts

ASP.NET Internals IIS and the Process Model : Simone Busoli

Friday, August 15 2008

In this series of articles I'm going to tackle and describe the life cycle of a web request from the early stages of its life, when it's accepted by the web server, through its processing into the ASP.NET pipeline and up to the generation of a response by the endpoints of the pipeline. Microsoft Active Server Pages, also known as ASP, since its first release in late 1996 provided web developers with a rich and complex framework for building web applications. As years passed its infrastructure evolved and improved so much that what is now known as ASP.NET is no longer something which resembles its predecessor. ASP.NET is a framework for building web applications, that is, applications that run over the web, where the client-server paradigm is represented mostly by a browser forwarding requests for resources of different kinds to a web server. Before the advent of dynamic server-side resource generation techniques like CGI, PHP, JSP and ASP, all web servers had to do was accept client’s requests for static resources and forward them to the requestor....

Read More:
ASP.NET Internals IIS and the Process Model : Simone Busoli
Also See:
Adding and Responding to Buttons to a GridView : Scott Mitchell
Common UI Practices in ASP.NET Applications : Mohammad Ashraful Alam
Three Cures for Common Site Map Ailments : Jeff Prosise
The Weekly Source Code 30 - VB.NET with XML Literals as a View Engine for ASP.NET MVC : Scott Hanselman's Computer Zen - ASP.NET
Adding support for styles : Bipin Joshi

Post your comment

Comment