Describe the life cycle of a web application? When are webforms instantiated and how long do they exist?

 Posted by Tripati_tutu on 11/27/2010 | Category: ASP.NET Interview questions | Views: 4807 | Points: 40
Answer:

A Web application starts with the first request for a resource with in the application’s boundaries. Web forms are instantiated when they are requested. They are processed by the server and are abandoned immediately after the server sends its response to the client. A web application ends after all client sessions end.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response