Remoting and Scripts
I am using remoting (IPC channel) between a client and a server for IPC using .NET 2.0. Does anyone know of a way to use remoting from a vbscript (as a client)? For instance, for COM objects, one could use CreateObject. Is there something similar one can do for remoting (other than using COM Interop)?
Thanks,
Al.

