Forum Moderators: open
Chances are it's complaining something else is already using that port - try and connecto to yourself via telnet on port 80 ( telnet://127.0.0.1:80 ), if it connects, then that's your problem - find and remove the service running on that port (chances are it's a webserver)...
Robin
I am not running a web server or any other program that I know of that could be listening to that port.
I create a simple program using Borland Builder C++, but when I start the app. then I get the error message.
I am actually trying to do this:
- Create a simple program that is going to be installed in two different computers.
- I type "hello" in one computer and the other one responds "I got your message".
- It should be done through port 80, because this two computers are in different locations, and each of them is behind a firewall.
Any idea, any simple source code?
I got a list of many programs listening to different ports. One of the items in the list says:
TCP 0.0.0.0:80 ... and something else.
I believe this one is the one on that port, then how do I should this down so my program can work, or is it possible to use the one already lisnening in my port?