I am developing a Mobile application that talks to a web api which I am also developing.
I am at the stage now where I need the phone to start communicating to the web api, However I have noticed that when I click RUN in visual studio, I can only access the site on localhost.
This obviously is an issue as the mobile device I'm testing on is connected to the WIFI Network which my pc is also connected to.
How can I enable remote access?
Do I have to install IIS and run the api it on the IIS server? If so, then how do I debug?
Im running win 8.1 64bit VS 2013