Hi, I am absolutely new to .NET and XML programming. My query is regarding interprocess communication. Assume that I have two executables written in .NET and I wish to pass some XML information between them. I need to consider 2 cases: 1. These 2 executables reside on the same machine 2. They reside on different machines.
What methods/protocols are available to do this kind of communication? Is there anything that is particularly easy in .NET? Any pointers would be really helpful. Thanks ! - NB
