Platform SDK: Exchange Server

Preparing to Run the Sample

Software Requirements

In order to run this sample, you need the following software installed:

Exchange Server Machine

Internet Information Server Machine

Client

Registering the COM Components on Your Server

To register the AcctCrt (acctcrt.dll) COM component, you must first build it using Visual C++ Version 5.0 or later (source code and Visual Studio projects are available in the Database and Messaging portion of the Platform SDK under Exchange) and then copy the component to the machine on which you're running the ASP sample. Type regsvr32.exe acctcrt.dll at a command prompt to register the component and make it available to the COM runtime. See the section Building the Sample Applications for additional notes. The ADSLDP (ADSI LDAP provider) and MSADO15 (ADO 1.5 component) components should already be installed on your IIS machine. See the proceeding list of required software for more information.

Configuring IIS to Run the Sample

The steps that follow describe how to create and configure an Internet Information Server (IIS) ASP application to run the sample.