About ASP Files

About ASP Files

Active Server Pages (.asp) files are standard HTML documents interlaced with ActiveX script code that calls specific Active Server components, such as CDO.

The Microsoft Exchange Active Server components include a number of server-side scripts in .asp files. The scripting in these .asp files functions through calls to the interfaces in the CDO Library and the CDO Rendering Library. Active Server Pages processes these .asp files, and uses an IStream interface to send to the browser either generated HTML content or a new (changed) .asp file, which the browser interprets.

Some .asp files are specific to Microsoft Outlook Web Access, and others are useful for other ASP-based collaboration applications.

Because .asp files are not compiled and the ASP source code for Web access to Microsoft Exchange Server is included, the source files for Microsoft Outlook Web Access can be used as sample code for building other applications or can be modified to customize its behavior, visual appearance, or functionality. Because Microsoft Exchange Active Server components are built on the Active Server platform using the CDO libraries, they illustrate how other collaborative Web applications can be created using CDO.

For more information about customizing .asp files for use with Microsoft Exchange Server, see Overview of CDORendering.