I'm a complete newbie regarding network stuff, but here are two scenarios I'd like to accomplish:
- I have a machine running a WCF service
- Scenario 1: on the same machine, I have a C++ app that needs to get data from that service
- Scenario 2: on a different machine, I have a C++ app that needs to get data from that service
The data that is exchanged will typically be around 1-10KB, but the method of transfer needs to also be able to handle bigger data exchanges (1-10MB).
What kind of configuration should I use on the WCF service to make this task as easy as possible?