HOWTO: Use RDS From an IIS 4.0 Virtual Server

ID: Q184606


The information in this article applies to:


SUMMARY

When adding a second virtual server within Internet Information Server (IIS) version 4.0, you may see the following error:

8447 - Internet Server Error

Additional steps must be taken for Remote Data Service (RDS) to work with a second virtual server.


MORE INFORMATION

In the following scenario the main server is called myserver and is located at this home directory:


   C:\InetPub\wwwroot 
The second virtual server is called myserver2 and is located at this home directory:


   C:\vserver2 

The following steps may be used to make RDS work on the second virtual server (myserver2):

  1. Using Windows Explorer create a MSADC folder under C:\vserver2.


  2. Using the IIS Management Console create a virtual directory called MSADC in myserver2. Point the MSADC directory to the C:\vserver2\msadc directory.


  3. Copy the Msadcs.dll file into C:\vserver2\msadc.


  4. The MSADC virtual directory should be given "Execute Access (Including Script)" permission. To do this, right-click the virtual directory and click properties. Select the virtual directory tab. Under Permissions, you will see the different permissions possible for the directory.


Use the steps below to confirm whether RDS is working on the virtual server:

  1. Copy the Adctest.asp and Ssdatb32.cab from the C:\Program Files\Common Files\system\msadc\samples folder to the myserver2 virtual directory root, C:\vserver2.


  2. Change the IIS 4.0 properties of myserver2 to allow Script execution. To do this, right-click the Virtual Server myserver2 within the IIS Management Console and click Properties. Select the Home Directory Tab, and then set the "Application Settings Permission" to Script.


  3. Access the Adctest.asp file from the browser:
    
          http://myserver2/adctest.asp 



REFERENCES

For additional information, please see the following article in the Microsoft Knowledge Base:

Q165180 How to Create a Virtual Server


Internet Information Server version 4.0 documentation

For additional information, please see the following World Wide Web URL:

http://www.microsoft.com/data/

Additional query words: kbdse kbconfig kbrds


Keywords          : kbConfig kbRDS 
Version           : WINDOWS:1.5
Platform          : WINDOWS 
Issue type        : kbhowto 

Last Reviewed: February 12, 1999