Search code examples
c#.netvb.net.net-remoting

How to connect with same type 2 servers on different destination from single client by .NET remoting


I have to connect same type of remote objects on different destination using .net remoting. For example, I have a database access middle layer on a remote server and local server. But both are same type object. but the remote destination addresses are different. So how to connect it using .NET Remoting?


Solution

  • Thanks John Saunders. I just heard about WCF. Now I move to WCF. It is nice and I solve my problem easily on it. Thank you very much