How to access a service deployed locally in IIS express from Visual studio emulator for android
问题 I'm have a WebApi project which gets deployed locally on my machine as http://localhost:6143 or http://127.0.0.1:6143. However when I try to browse to that endpoint on the visual studio emulator for android browser, I get net:err connection timed out. Note that on the emulator I'm using http://10.0.2.2:6143 since localhost won't work on the emulator (since it's a vm, localhost refers to itself). I've also tried 127.0.0.1:6143 and get connection refused. I also added port 6143 to the incoming