Can't reach custom C# forms application remotely.
Posted
by gnucom
on Server Fault
See other posts from Server Fault
or by gnucom
Published on 2010-04-17T02:15:34Z
Indexed on
2010/04/17
2:23 UTC
Read the original article
Hit count: 276
Hello,
I'm working in Windows Server 2008.
I have a very basic C# forms application (not a service) that is listening on a port, say 56112. When using telnet I can connect from the localhost and send and receive data. For some reason I cannot remotely connect to the application. I know I have a connection because I can telnet to 23 on the remotely fine.
I've opened this port on the firewall, created rules in/out in advanced firewall, disabled the firewall completely, and more.
Any suggestions would be great!
This is the telnet output:
Microsoft Telnet> open server.cc 56112
Connecting server.cc...Could not open connection to the host, on port
56112: Connect failed
© Server Fault or respective owner