Setting Up a COM/DCOM Server |
Note: You can also configure your Active Server Page (ASP) application to access SAS using the IOM Bridge for COM. You might want to use IOM Bridge for COM when
|
To configure a Windows Active Server Page (ASP) client running in Microsoft Internet Information Services (IIS) for access to a Windows server using DCOM, you must perform two different types of configuration:
To perform this basic configuration, follow the instructions in Enabling DCOM on the Server and the Client.
Use dcomcnfg to configure the SAS: IOM DCOM Servers application. To configure the DCOM or COM when using ASP, you must change access and launch permissions for the SAS: IOM DCOM Servers application. Therefore, you should also familiarize yourself with Setting Launch Policies per Application.
If you are experienced with using IIS and DCOM and only need to know the permissions required for your setup, see the following table for details about these permissions.
IOM Server | Web Server | DCOM Access Permission (on IOM Server) |
DCOM Launch Permission (on IOM Server) |
Other Notes |
---|---|---|---|---|
Local COM | IIS 4 All Authentication Methods |
|
|
|
IIS 5 using Anonymous Access |
|
|
The COM+ application can be configured so it is launched as a different user; however, this is not necessary. Refer to Configure your IIS Application to use High (isolated) Application Protection for details. | |
IIS 5 using Basic Authentication and Integrated Windows Authentication |
|
|
||
Remote DCOM | IIS 4 All Authentication Methods |
|
|
If you are setting up the remote DCOM IOM server on a Windows 2000 or XP computer, you must configure the DCOM server to run as a different user than the launching user. |
IIS 5 All Authentication Methods |
|
|
The COM+ application must be configured so it is launched as a user that exists on both the Web server and DCOM IOM server. Refer to Configure your IIS Application to use High (isolated) Application Protection for details. |
Setting Up a COM/DCOM Server |