What is Difference between Application object and Session Object
Answer Posted / m madar
Application object store the data till application is shut down.
Session object store the data till browser close.
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
How do you design a website with multilingual support in ASP.NET ?
What is mvc in asp.net tutorial? : Asp.Net MVC
What is the life cycle of an asp.net page?
What r the asp.net list controls and diff. Between them?
What do you mean by role-based security?
What is the exact purpose of http handlers?
What are the 3 types of web?
Let's say I have an existing application written using vb6 and this application utilizes windows 2000 com+ transaction services. How would you approach migrating this application to.net?
What is the difference between ldap and active directory?
Define satellite assemblies.
Can you change a Master Page dynamically at runtime?
List all templates of the repeater control.
What is the difference between visual basic and asp.net?
i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?
Which method is used to perform all validation at the page level?