Click here to Skip to main content
15,890,897 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to make communication between two different .exe, which are in two different servers?
so that data from .exe A can be send and Viewed in .exe B.
Posted
Updated 23-May-12 21:20pm
v2

Communication in .NET? Did you mean WCF?

 
Share this answer
 
Comments
Andy411 24-May-12 2:33am    
Sure, WCF would be an alternative. I only created WCF Solutions in C#. I don't know how tricky it is in C++.net. That's why I suggested writing an own socket communication.
I would use a TCP/IP socket communication.

What kind of data do you want to exchange? Maybe you can use an existing protocol like ftp. Otherwise you should consider designing your own specific protocol or just send (stream) the binary data over the connection.

Windows Sockets 2 [^]

Internet / Network[^]
 
Share this answer
 
v2
Comments
meshinator 24-May-12 2:43am    
thankyou andy for ur concern, its not a huge data,data in .exe A generates data like name,age,bought product ,price,data are managed in string.

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