该过程将在页面加载中进行... [英] process will take place in page loading...

查看:68
本文介绍了该过程将在页面加载中进行...的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


在ASP.NET中加载页面时将发生什么过程?

问候
Balamurugan

Hi,
What are the process will take place in when a page is getting loaded in ASP.NET???

Regards
Balamurugan

推荐答案

网络上有许多文章对此进行了解释.

其中之一: ASP.NET-生命周期 [
There are number of articles on web explaining it.

One of them: ASP.NET - Life Cycle[^]


The application life cycle has the following stages:
1. User makes a request for accessing application resource, a page. Browser sends this request to the web server.
2. A unified pipeline receives the first request and the following events take place:
a. An object of the ApplicationManager class is created.
b. An object of the HostingEnvironment class is created to provide information regarding the resources.
c. Top level items in the application are compiled.
Response objects are created . the application objects: HttpContext, HttpRequest and HttpResponse are created and initialized.
3.An instance of the HttpApplication object is created and assigned to the request. The request is processed by the HttpApplication class. Different events are raised by this class for processing the request.


这篇关于该过程将在页面加载中进行...的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆