vote up 1 vote down star

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.

flag

1 Answer

vote up 4 vote down check

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

link|flag
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 Nov 6 at 16:46
Snap! Back to the drawing board – LFSR Consulting Nov 6 at 16:47

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.