I'm doing a sample in .NET remoting. I want to know is it possible to exchange data between a computer in my network to a computer in another network?
|
|
|||||||||
|
|
|
Even if you can use .NET remoting between networks (and I suspect it can), there a few things to consider:
See MSDN:
Personally, I would look (as suggested) at WCF for your cross-network IPC needs. |
||||||
|
