ASP.NET 4 Application
We seem to have an issue where a HTTPS call is being incorrectly routed, when tested locally, application calls made to apimailer.com:443 work fine (via a service reference), however, when published to our live server all https calls are routed to the application domain mydomain:443 instead of apimailer.
When initialising an instance of the service client it simply exits out without exception.