What is the difference between application object and
session object?
Answer Posted / anand gopal makwa munger
You can use Application to store information that is accessible from all web page but it is not user-specific.To initialized application variable respond to the Application_Start event in Your Global.asax File
You can use Session to store user-specific information that is accessible from all web page. To initialized session variable respond to the Session_Start event in Global.asax File.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How you can stop the validation of ASP.NET controls from client side?
Are there any resources for drop-in replacements for the default css that comes with the ASP.NET Website template?
List the advantages and disadvantages of user control an custom control?
Name the namespace which is used by ado.net?
What is considered a service provider?
Explain Optimization technique description?
To load your generated dataset with data which method do you invoke?
What is the Difference between MVC And MVP design pattrens
How much is the pay-for-use service if I chose not to use microsoft-sponsored advertising?
Explain the page lifecycle of an asp.net mvc? : asp.net mvc
What is server transfer?
What are client activated objects and server activated objects?
How is my content secured from unauthorized access?
What is session in asp.net?
Can any body provide me the sample web application in asp.net