I have handhelds that need to communicate via basicHTTPBinding.I have a contract and everything works as advertised.
I have a WCF Windows service with an endpoint specified in the config file for the service. <baseAddresses>
I recently created a WCF service (dll) and a service host (exe). I know my WCF service is working correctly since I am able to successfully add the service to WcfTestClient.
How to configure WCF to use just one of two available endpoints? I need two TCP ports (and thus using netTcpBinding). The service host should first try to bind to the first port. If it fails, and onl