window| detailed below Windows 2000, because the default security configuration of RDS is different from IIS4, which causes RDS to be unusable, the following are the configuration steps that I have translated and sorted out based on the description of RDS in the ADO documentation for the Microsoft MDAC 2.6 SDK. I have been configured to succeed in the server, is for your reference.
1, use the "Computer Management" tool to see if the Iusr_<computername> users in the Guests group, if not please join.
2, click "Start"-"Run", enter "Msdfmap.ini", press ENTER to edit the file, or directly in the NT installation directory to find the file double-click, find the "[CONNECT DEFAULT]" item, if the current value of the access parameter is "noaccess", change it to "READONLY".
3. Run Internet Services Manager, view the properties of the default Web site-MSADC virtual directory, set the execution license to script and executable, view directory security-IP address and domain name restrictions, and grant access to all addresses instead
4. Save the following as a registry file with a suffix named. reg and import it into the registry:
REGEDIT4
[Hkey_local_machine\system\currentcontrolset\services\w3svc\parameters\adclaunch\rdsserver.datafactory]
; Reduce the security level of RDS
[Hkey_local_machine\software\microsoft\datafactory]
[Hkey_local_machine\software\microsoft\datafactory\handlerinfo]
"Handlerrequired" =dword:00000000
"DefaultHandler" = ""
[Hkey_local_machine\software\microsoft\datafactory\handlerinfo\safehandlerlist]
[Hkey_local_machine\software\microsoft\datafactory\handlerinfo\safehandlerlist\msdfmap. Handler]
[Hkey_local_machine\software\microsoft\datafactory\handlerinfo\safehandlerlist\msdfmap_vb. Handler]
[HKEY_LOCAL_MACHINE\SOFTWARE\MICROSOFT\DATAFACTORY\HANDLERINFO\SAFEHANDLERLIST\MSDFMAP_VC. Handler]
5. Stop and restart the WWW service and restart the server if the above modifications still do not work.
If you are using the DataSpace component or DataControl but still do not function after the above configuration, review the ADO documentation.