I have a ASP.NET MVC 4 Web API that I use for a game I am developing, so I want to debug both my web api and my game at the same time (So I can see what data I recieve and what data I send etc) but as the emulator runs in hyper-v it cant access my localhost server, is it possible to configure so it can access it?
↧