I have a problem connecting with my remote server The connection with my server is only intermittenly established. I mean some times it connects successfully and some time it gives the following error. the interesting thing is that the following error is also received when my server is not running. MESSAGE = "No connection could be made because the target machine actively refused it" SOURCE = mscorlib STACK TRACE at System.Net.Socket.Connect(EndPoint remoteEP) at System.Runtime.Remoting.Channels.RemoteConnection.CreateNewSocket() .... .... .... .... at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(...) -------------- BUT if i change the port at which i am connecting, then the connection is successful and after a few sucessful connection it gives the same error.
Any Ideas