This section contains topics that apply to ASP applications.
This section contains:
- About ASP Applications: Explains what an ASP application is.
- Managing Applications: Explains how to start and stop applications and introduces some application management services.
- Managing Sessions: Explains how to preserve information about a user.
- Securing an ASP Application: Explains how to secure an application by verifying a user's identity and by controlling access to files in an application.
- Creating a Transactional Script: Explains how to run a script under a transaction context.
- Working with Multilanguage Sites: Explains how to set the code page (character encoding) and locale format for your application.
- Writing Cross-Platform Applications: Explains how to write applications on a Macintosh that can be deployed on Windows NT.
This section does not contain information on:
- Reference pages for the built-in ASP objects
- Reference pages for the components that come with ASP
- Building your own ASP components
- Reference pages for VBScript
- Reference pages for JScript
- Sample scripts provided with the SDK Developer Samples