Building ASP Applications
[This is preliminary documentation and subject to change.]
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's session in an application.
-
Application Variables: Illustrates the use of the Application object to store information for the life of the application.
-
Session Management: Demonstrates session management features of ASP, using the Abandon method and Timeout property of the Session object.
© 1997 by Microsoft Corporation. All rights reserved.