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 is the importance of Global.asax in ASP.NET?
Elaborate differentiation between Cache and Application?
Hi All, Im an MCA holder with 3+ years of experience in asp.net. Now i want to move to some good government job. I have no idea about different categories of exams held & which one can be applicable for my education background. I have done B.A with MCA. Please help me out with your valuable suggestions. I would be very grateful. Thanks Anuj
What is the difference between “Web.config” and “Machine.Config”?
Explain difference between dataset and recordset?
9. Why should we hire you over the others waiting to be interviewed?
What is the difference between pathparam and queryparam?
What is strong-typing versus weak-typing?
what is AutoEventWireUp and what is the use of This property explain in details?
How to handle errors in Web API?
What is the difference between mechine.config and web.config?
How do cookies work?
How to register exception filter globally?
What kind of data can be stored in viewstate?
Explain how can we inherit a static member?