views:

196

answers:

1

From an HTTP request all the way to my files (like .asmx)... what are modules, handlers, app pools... etc... I don't want to ready a chapter about it. Just a summary paragraph.

+5  A: 

Here's an image describing the IIS 6 & ASP.NET pipeline from Learn IIS.NET:

IIS 6 pipeline

Here's an image describing the IIS 7 & ASP.NET pipeline from Learn IIS.NET: IIS 7 pipeline

And finally here's an image for the MVC pipeline that Red-Gate put together:

RedGate ASP.NET MVC request handling pipeline poster

The pdf can be downloaded from RedGate

Gavin Miller
I appreciate it. But this is for MVC. I'm looking for a similar diagram for core IIS 7 pipeline (and ASP.NET in general)
Nestor
Snap! Back to the drawing board
Gavin Miller