1. In .NET there is a new IPC channel for inter process communication.
This may bypass the network layer..
2. You may want to try installing a loopback adaptor.
We found that adding binto="127.0.0.1" to our channel resolves our problem
but I will look into this new IPC channel.
Thanks
> 1. In .NET there is a new IPC channel for inter process communication.
> This may bypass the network layer..
[quoted text clipped - 12 lines]
> > Is there a way to configure .Net remoting or the workstation to make this
> > work?
Jonathan Boivin - 21 Sep 2006 17:09 GMT
I think that 127.0.0.1 is good solution because it doesn't require any
installation and it is the "natural" loopback address.
Jonathan Boivin
---
Email : jonathanboivin@cints.net
CyberInternautes : http://www.cints.net
> We found that adding binto="127.0.0.1" to our channel resolves our problem
> but I will look into this new IPC channel.
[quoted text clipped - 21 lines]
>> > this
>> > work?