Loading
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.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
KokPosted May 26, 2010, 10:07 PM
Therefore, it is more safer to use ip address when doing remoting call because you could not avoid this issue to happen again on another machine where there are some error in network configuration.
KokPosted May 25, 2010, 2:28 AM
Can you provide further details on rights problem between C system to B system? Thanks.
CrishPosted May 24, 2010, 3:14 AM
There may be rights problem in C system to B System