Click here to Skip to main content
15,921,884 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
We are testing a server client program, in local systems client is able to connect server without any issues, but when I up the client program into ixwebhosting I could not able to connect with server. I think the issue is that from site my client program cannot able to detect the server IP. Please can anyone suggest or give a clue where the issue is in my case.

Note: Server program is in different system.

Thanks in Advance,
Anil
Posted

You don't give us much to go on in solving your C++/C# usage question.

From your question, I can't even be sure that there is a C++/C# component.

It actually sounds like you problem is in the networking or an issue with ixwebhosting's configuration.

Try to ping the server or see if you can access it with other tools. Make sure it's even running and not Firewalled.

Feel free to post C++ programming questions to this forum.
 
Share this answer
 
v2
Thanks,

Actually i dont know .Net environment so i stick to the knowledge i am with. I have installed an NT Service written in c++ which attaches a udp server program exe, which also written in c++. I have a c++ written udp client DLL with me. Now i gave this client Dll to my .Net friend. He included this Dll in his application and could able to communicate with the server program attached with the NT service. Now he tried to upload his application in ixwebhosting and from that site he could not able to communicate with my server program of the service.

can anyone suggest the probable reasons why he is not able to connect the server program from site

I think next time i can be more focussed to the point as guided by your suggestions

Thanks

Anil
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900