Using the Application Object
Tags:
ASP.NET
, 2003
, Beginning
The Application object can be used to store values that are accessible across all user instances of the application. The Application object hasn't changed significantly from its use in "classic" ASP, although to reset the Application object's settings you must now shut down the ASP.NET Worker process instead of restarting IIS. This video explains the use of the Application object in your ASP.NET Web Form applications.