Hi,
I am running an EXE to send data to a remote server, I am sending data using VC++ Socket Programming. In some PC, by using that application (EXE), I am able to send data as well as receive data to/from the remote server (Windows Server 2008).
I am facing problem in one of the PC. Socket Error 10060 is shown when i try to connect to this remote server. Using Connect() API which returns SOCKET_ERROR with WSAGetLastError as 10060..
Pls reply.
Thanks,
Adi