I was wondering if it is possible to access a memory mapped file (c#, .net) from a foreign machine? My instinct tells me "no" but I want to make sure.
I'm looking for an IPC mechanism that is guaranteed to only function on the same computer. WCF for instance can be configured to go off machine and we have a picky client that doesn't want to assume that risk.