This is a multi-part message in MIME format.
------=_NextPart_000_0006_01C0506E.3D6C0D50
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 8bit
I'm trying to call a component in ASP via RDS like this:
set proxy = Server.CreateObject("RDS.Dataspace")
set obj = proxy.CreateObject("SomeObject.Class", "someip")
ret = obj.SomeMethod("Some argument")
I have added a key in the registry on the server under ADCLaunch.
This works fine on a Windows NT Server 4.0 but I get
an error on Windows 2000 Server, all versions.
Can anyone help me with this??? Has RDS.Dataspace changed name
in Windows2000? Or is it a setting that has to be done in the
IIS? Have tried almost everything. :(