I written a Socket application in C# and I have issues connecting to a remote computer:
Computer A is a client; Computer B is a server
When A tries to connect to B (both are on the same network), I recive a Machine activley refused the connection.
Both client and server are written by me.