I guess I just don't get all of the concepts yet:
I've come from a VB/COM/MTS background where you write a class library
type application, compile it and drop it into MTS, where you export a
type library (proxy definition) which is used so the client can
connect to the remote class library hosted on MTS....
My shaky understanding of what's happening in Remoting is like this:
You write a class library with some classes which inherit from
marshalbyrefobject then call it from a server object (equivalent of
MTS) by calling something like
remotingconfiguration.registerwellknownservicetype or
activator.createinstance.
My question is: How does the client get a reference to the remote
object hosted by the server? What is the equivalent of the type