April 2024
M T W T F S S
1234567
891011121314
15161718192021
22232425262728
2930  

Categories

April 2024
M T W T F S S
1234567
891011121314
15161718192021
22232425262728
2930  

IIS 7 Presentation from Microsoft

IIS 7 architecture diagram

HTTP Request Processing in IIS

IIS 7 and above have a similar HTTP request-processing flow as IIS 6.0. The diagrams in this section provide an overview of an HTTP request in process.

The following list describes the request-processing flow that is shown in Figure 1:

When a client browser initiates an HTTP request for a resource on the Web server, HTTP.sys intercepts the request.
HTTP.sys contacts WAS to obtain information from the configuration store.
WAS requests configuration information from the configuration store, applicationHost.config.
The WWW Service receives configuration information, such as application pool and site configuration.
The WWW Service uses the configuration information to configure HTTP.sys.
WAS starts a worker process for the application pool to which the request was made.
The worker process processes the request and returns a response to HTTP.sys.
The client receives a response.
iis-architecture-101-OverviewOfHTTPRequest

introduction-to-iis-architecture-101-HTTPRequestWorkerProc

ProceessFlowofIIS procmod_2
Securing IIS 7

[gview file=”http://rmohan.com/wp-content/uploads/2013/10/Securing-and-Tuning-IIS7.pptx”]

 

 

 

 IIS 7: The Administrator’s Guide

[gview file=”http://rmohan.com/wp-content/uploads/2013/10/IIS7.ppt”]

 

 

Architecting a Scalable WebHosting Platform with Internet Information Services (IIS)

[gview file=”http://rmohan.com/wp-content/uploads/2013/10/WIA302_Deml.pptx”]

 

 

Extending Internet Information Services (IIS) 7.x

[gview file=”http://rmohan.com/wp-content/uploads/2013/10/SVR06.pptx”]

 

Leave a Reply

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>