Remoting custom objects
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.
Till HoffmannPosted Jul 28, 2007, 7:27 AM
Mike GoldPosted Jul 27, 2007, 6:59 PM