What are the Application_Start and Session_Start
subroutines used for?

Answer Posted / srikanth

Application_Start is fired when the application loads first
time. Here use static data only.Do not use instance data
this is recommended.


Session_Start is fired when a user enters in to the
application.(when he requests first time.)

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is considered a service provider?

602


Explain asp.net application life cycle?

636


Please brief not about xsd,xslt & xml?

655


What is the appSettings Section in the web.config file?

665


What is a web api?

643






What are the different types of proxy patterns?

678


Is data edited in the Repeater control?

678


Do cookies store passwords?

594


What are the modes of updation in an updatepanel? What are triggers of an updatepanel?

590


What does asax stand for?

610


Differentiate between authentication and authorization.

642


How to add DateTime Control in normal DataGrid Server Control?

689


Does web services support data reader like pom project?

607


Can we use a static function with a non-static variable?

589


What are validators and list some validators of asp.net?

629