IIS 7 and later 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:
1.When a client browser initiates an HTTP request for a resource on the Web server, HTTP.sys intercepts the request.
2.HTTP.sys contacts WAS to obtain information from the configuration store.
3.WAS requests configuration information from the configuration store, applicationHost.config.
4.The WWW Service receives configuration information, such as application pool and site configuration.
5.The WWW Service uses the configuration information to configure HTTP.sys.
6.WAS starts a worker process for the application pool to which the request was made.
7.The worker process processes the request and returns a response to HTTP.sys.
8.The client receives a response.
免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。