What are the Application_Start and Session_Start
subroutines used for?
Answer Posted / ananta
Whenever the application starts, this subroutine is fired,
So you can place codes here that is specific to the
application start event, say want to log when application
starts.
Code in Session_Start will be executed every time a new
session is started (e.g. a new user visits the site).
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
What are app services?
Why would anyone need to implement their own hashtable or linked list?
What language does asp.net use?
Which of the following .NET framework supports Web API?
Can I read the hard disk serial # of the client computer using asp.net?
Which method has beenintroduced in asp.net 4.0 to redirect a page permanently?
How Can assign alias name for ASP.NET Web API Action?
Explain the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
What are standard controls?
Explain the different types of directives in .net?
What is the difference between debug and release?
What is asp.net master page?
What is a form tag?
What is the concepts of globalization and localization in .net?
How do you remove duplicates without using remove duplicate stage?