Where can I find a good detailed tutorial on the lifecycle of a page request? [closed]

我们两清 提交于 2020-01-01 06:54:08

问题


A good detailed tutorial on the lifecycle of a page request.

I've read up on the ASP.NET page lifecycle, I am talking about things that happened before the .NET process starts to handle the request.

i.e. domain typed into browser, DNS mapping? etc.


回答1:


For Quick Reference:

I use the following chart all the time, it is hanging by my desk: http://blog.krisvandermast.com/ASPNET20PageLifeCycle.aspx

As well as a detailed version of each stage: http://john-sheehan.com/blog/wp-content/uploads/aspnet-life-cycles-events.pdf




回答2:


I found this MSDN article really interesting, hope you like it too.




回答3:


I would read ASP.NET Application Life Cycle Overview for IIS 5.0 and 6.0:

Within ASP.NET, several processing steps must occur for an ASP.NET application to be initialized and process requests. Additionally, ASP.NET is only one piece of the Web server architecture that services requests made by browsers. It is important for you to understand the application life cycle so that you can write code at the appropriate life cycle stage for the effect you intend.



来源:https://stackoverflow.com/questions/820342/where-can-i-find-a-good-detailed-tutorial-on-the-lifecycle-of-a-page-request

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!