Unable to access local Web API from Visual Studio 2015 WIndows 10 Phone Emulator
问题 I'm currently developing a UWP phone app which calls a Web API. When using the Visual Studio 2015 (Update 3) mobile emulators, calls to the Web API work fine for emulator versions 10.0.10240.0 and 10.0.10586.0. However, for the latest emulator versions 10.0.14393.0 my API calls all fail. The http address I'm using to access the Web API, which is running under IIS Express, is http://localhost:64210 . Using the emulator's browser, I can access this URL in 10240/10586, but not 14393. I've tried