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 concept of postback in asp.net?
What are different types of api?
How do cookies work? Give an example of their abuse.
Define tracing.
What methods are fired during the page load? Init()
Difference between .NET and previous version?
How does session id work?
What is the mvc model?
Can we have a web application running without web.config file?
How to automatically get the latest version of all the asp.net solution items from source safe when opening the solution?
Is asp.net 64-bit enabled? How?
What are the Types of session management in ASP.NET
What is odata in web api?
What is a multilingual website?
What is a 307 redirect?