[This is preliminary documentation and subject to change]
Building ASP Applications
ASP makes it easy for you to develop Web-based applications.
With the tools and services ASP provides, you can create an
integrated, powerful application quickly and easily.
Here you will find examples that show some of the basic
application features in action.
- 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.
© 1997-2001 Microsoft Corporation. All rights reserved.