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 the differences between clr & cts?
What is sdlc process?
How do you secure your connection string information?
What is the behavior of a Web browser when it receives an invalid element?
How to set the pane area to transparent of a scrollPane component.?
What's the use of response.output.write()?
What is server redirect?
Explain what does mvc represent in asp.net? : asp.net mvc
How to make paging concepts in datagrid in ASP.NET?
How does a web application session work?
How does windows service lifecycle differ from a .standard. Exe?
What is server side session management?
What is asp.net and its advantages?
Explain diff. Betn dataset and recordset?
What types of data validation events are commonly seen in the client-side form validation?