How to connect to a WCF service using IP of the host machine where the service is hosted?
- by Kumar
I have a secured WCF service (https://<MachineName>:sslport/services) self hosted in a machine. Different instances of same service are deployed in differnt machines. From a client app, I am able to connect to theses services through code, i.e. using ChannelFactory() with the same endpoint address.
But if I try to access the service using…