Explain asp.net application life cycle?



Explain asp.net application life cycle?..

Answer / Chandra Prakash Chaudhary

The ASP.NET application lifecycle consists of several key stages: Start, Application_Start, Session_Start, Request, Response, Session_End, and Application_End. The start events occur when the first request is made to the application, while the end events happen when the application or session ends.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

How you will manage the state of ASP.NET controls?

1 Answers   Sans Pareil IT Services,


How to unit test Web API?

1 Answers  


What is Web Application?

2 Answers   HCL,


How many ways are there to maintain a state in .net? What is view state?

1 Answers  


difference between caching objects in session objects?

2 Answers  


How to merge 2 tables fields in DataTable in asp.net

6 Answers   Wipro,


Can we have a web application running without web.config file?

1 Answers  


How would you enable impersonation in the web.config file?

1 Answers  


What is state management react?

1 Answers  


what is the purpose of update panel control in ajax?

2 Answers   CSC,


How will you load dynamic assembly? How will create assesblies at run time?

1 Answers  


From the given paragraph of text, write a program to match the strings of format “Any number of numerals followed by an underscore followed by any number of alphabets" ex:123_abc (Note:using regular expressions)

4 Answers   Microsoft,


Categories