Remoting custom objects

Jul 27 2007 5:04 PM
It is easy to remote an object if it is not yet created via RemotingConfiguration.RegisterWellKnownServiceType. How can I make a client use an object if it is already created on the server via the new operator because I don't want another one to be created when the client calls it.

Answers (2)