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

We are using Jscriopt validations and at clint site javascript is not running that time validation would work? if yes then how it would behave?

1597


What is s2s tracking?

723


What is .net framework and what are the main components of it?

554


Describe in brief .net framework and its components.

727


What does asp in asp.net stand for?

716






What does uri mean?

685


Why select Web API?

711


Explain what is an abstract class?

767


What do you mean by serialize and marshalbyref?

752


Explain how is the asp.net mvc architecture different from others? : asp.net mvc

695


What is validation in asp.net?

752


Why SessionID changes in every request in asp.net?

735


How does the iis work?

750


Explain how does asp page work?

751


Why Unload event of MasterPage Calls first in ASP.net ?

763