Remoting The underlying connection was closed

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hello,

I am using remoting in order to connect to a remote hosting server
running under IIS. The client works fine if the server is running on local
intranet but if the server is shifted to a different doamin machine the
client throws System.Net.WebException giving message "The underlying
connection was closed. Unable to connect to the remote server". Still the
client is able get reference of the server activated object using
Activator.GetObject( ) method.

Please help me to solve this problem.

Thanks,
Reshma
 
well there could be a few things. Are you able to ping the host? Firewall?
Proxy settings?
 
Back
Top