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
How much is the pay-for-use service if I chose not to use microsoft-sponsored advertising?
What are session state modes in asp.net?
How dataadapter.fill works?
Can you explain one critical mapping?
Will session work if cookies is disabled?
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
Write a code for passing ArrayList in Web API?
What is session in web technology?
Define xmlreader class.
What are the ways of preserving data on a Web Form in ASP.NET?
What is application variable in asp.net?
What are the various session state management options provided by asp.net?
Give a few examples of page life cycle events.
what are configuration files?
What is & in a url?