I have a Window Phone attached to my dev machine where I am running the phone app in debug mode on the phone. I am running a WCF service app also on my local machine in a second instance of VS in debug mode which locally is seen as "http://localhost/app.svc". What address header should I use from the phone app to reach the service. WiFi is turned off so the phone will use the phone network for connectivity. I have tried using "http://192.168.1.3/app.svc", the address of my local machine, thinking the USB might provide the connectivity, but unsuccessfully. I've tried with the WiFi turned on; same results. I have tried to access the page from another PC with the IP address with the same results. I have tried using a test.html page which I can see from the browser started by VS, but can't see from the browser of either the phone or the other PC. Hence the questions, how do I setup VS so the localhost is seen from external devices or what is the syntax necessary to use the local host for external devices?
TIA, Marc.