This article is an overview of the ASP.NET worker process in IIS5. IIS6 offers a slightly different architecture (maybe my next article).
Author: Mohsin Ali Sheikh Code: ASP.NET v1.1 & C#
The new ASP.NET now runs as a process of its own. This gives us more flexibility, stability and power. Using standard XML notation inside the <machine.config> file, we can attribute our process to do things that will make the Webmaster's job a lot easier. Author: Evagoras Charalambous Code: ASP.NET v1.0 & VB