What are the Application_Start and Session_Start
subroutines used for?
Answer Posted / elango
application_start is executed when the first time the
application get executed.This is useful to findout total no
of users visted in that website and etc.
Session_start will get executed when each unique user enter
in to the application here u can access session specific
values,username ,pwd etc.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Explain one critical mapping?
What is the difference between localization and globalization?
How would you turn off cookies on a page of a website?
What is server infrastructure & server components?
Fetch one page value to another page without using state-managment ?
What is enableviewstate in asp net?
What is difference between Fragment Caching and Page Caching in ASP.NET?
Is it possible to develop a single web application using ASP.NET webforms and ASP.MVC?
What is redirecting behavior?
In order to bind the data from a data source to the Repeater control what property is set and what method must you call in your code,?
How do you do Client-side validation in .Net?
What is mvc in asp.net interview question? : Asp.Net MVC
Which tool you have done?
can we remote debug applications with the remote debugger installed with vs.net 2002, with vs.net 2003?
What is the difference between rest and restful?