Sever CLient questions
Hi, I started today programmin with C#, and I decide to develop a small Chat Server to understand correctly how does Threads and Sockets work in C#. I finished my simple server and I tested it locally using telnet. It works. The problems araise when I try to run the server on my machine and then ask to a friend on the net to try a connection using telnet: I can't connect to the server ... I give him the correct IP address (I think ... I used a simple PHP script running on the net to take it), but he can't connect. I bind the server socket to localhost. The firewall gives no messages, so I think it doesn't block the comunication. Ca u help me? bye
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement