views:

60

answers:

2

what is request-processing pipeline with reference to IIS ?

A: 

Hi Ranvir, Thank a look at this article http://blogs.msdn.com/b/tmarq/archive/2007/08/30/iis-7-0-asp-net-pipelines-modules-handlers-and-preconditions.aspx

Cheers Tigger

Tigger
+1  A: 

The request processing pipeline in IIS is the mechanism by which requests are processed beginning with a Request and ending with a Response.

Pictures speak louder than words, you should review the IIS7 architecture diagrams on this page:

Introduction to IIS 7 Architecture - HTTP Request Processing in IIS 7

Kev