Thursday, 16 December 2010

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

 

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.

No comments:

Post a Comment