The network is working properly from the sytems. I'am trying do a get method using the http protocol. The port that i'am using is 80. The default port from windows to do this service. But i don't know why in one computer my program isn't working.
My program has worked for one week, after that the windows has launched the 10061 socket error (Connection refused).
Main Topics
Browse All Topics





by: kode99Posted on 2005-04-14 at 08:44:30ID: 13782824
Check that the port is open on that computer and not in use by something else.
Maybe switch to a different port on your application see if the result is the same.
I am assuming that the network is working properly from that system.