I have a WCF service deployed to AppHarbor. The problem is it tries to find the service and the clientaccesspolicy.xml file on the Localhost on the Client machine, not the server. That's why I'm the only one who can access the WCF on the site because I have the files on my computer. Everyone else gets a 404 error or "No connection could be made because the target machine actively refused it 127.0.0.1:80"
What do I need to add to get the localhost on the Server?
What do I need to add to get the localhost on the Server?