free-lancer

我的刀快,是因为我简单。天边有一对双星,那是我梦中的眼睛。

导航

httphandler的处理过程

Posted on 2006-03-08 22:43  hjl  阅读(230)  评论(0)    收藏  举报

The ASP.NET Page Life Cycle

Each time a request arrives at a Web server for an ASP.NET Web page, the first thing the Web server does is hand off the request to the ASP.NET engine. The ASP.NET engine then takes the request through a pipeline composed of numerous stages, which includes verifying file access rights for the ASP.NET Web page, resurrecting the user's session state, and so on. At the end of the pipeline, a class corresponding to the requested ASP.NET Web page is instantiated and the ProcessRequest() method is invoked (see Figure 1).