Building ASP Applications
ASP makes life easier for you as you develop Web-based applications. With the tools and services provided with ASP, it becomes possible for you to create an application that is integrated and powerful with a minimum amount of time and effort.
Here you will find examples that show some of the basic application features in action. Choose an example from this list.
-
Session Variables: demonstrates the use of the Session object to retain state during a client browser's session in an application.
-
Application Variables: illustrates the use of the Application object to store information for the life of an application.
-
Session Management: demonstrates the session management features of ASP, using the Abandon method and Timeout property of the Session object.
© 1997 by Microsoft Corporation. All rights reserved.