i have clients that try to connect to some servers, but if one of the server is not connected then im getting an exception.
i tried to check if im getting null when trying to get to the remote object but its not working.
is there a way to know if a server is connected
thanks in advanced

server status
dferraro
ok thanks
ArisenX
You need to figure out based on the Exception. You need to make the call and catch the RemotingException and figure out if the server is connected or not.
Regards,
Vikram