Hi! I had wrote a client server console applications using .NET remoting where the client reside in Computer A and the server listening in Server B. It works fine until I switch the client to place in Computer C.
Currently when client in C make call to B it will threw out this error "Unable to connect to the remote server" caught from the exception.
I had try to do a few experiments where C call to A, B call C and A call C, all works fine. Except C call to B.
Does anyone had any idea that why only C could not call B? Thanks.