The ASP.NET HTTP Runtime
The ASP.NET HTTP Runtime
An excellent article if you want to know the internals of ASP.NET and IIS. This article answers the following questions:
How are requests passed from IIS to the worker process?
What happens after the worker process takes over the request?
What happens on the file system when a request is made?
This is one of the few articles which gives a complete life cycle of a request. Hats off to Dino Esposito for writing a great article.
An excellent article if you want to know the internals of ASP.NET and IIS. This article answers the following questions:
How are requests passed from IIS to the worker process?
What happens after the worker process takes over the request?
What happens on the file system when a request is made?
This is one of the few articles which gives a complete life cycle of a request. Hats off to Dino Esposito for writing a great article.
No comments:
Post a Comment