Application provides a global storage mechanism for state data - State Management System

Q.  Which object in ASP.NET provides a global storage mechanism for state data that needs to be accessible to all pages in a given Web application?
- Published on 28 Jul 15

a. Session
b. Application
c. ViewState
d. None of the above

ANSWER: Application
 

    Discussion

  • Nihal   -Posted on 30 Sep 15
    Application object in ASP.NET provides a global storage mechanism for state data that needs to be accessible to all pages in a given Web application. Session object works for each user but application object is available for whole application and all user.

Post your comment / Share knowledge


Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)