I am trying to write an WEB API from .net and trying for my Android Application to query some data from the sql server database.
I have the web api written and it wo
Both Anton and Matthew's Answers pointed me to the right direction
So this what I did
Run Visual Studios in administrator mode
Changed the binding protocols and allow for incoming directions as suggested http://johan.driessen.se/posts/Accessing-an-IIS-Express-site-from-a-remote-computer
But after that, I have a service unavailable (503) error
So I followed this : IIS Express Enable External Request - 503 Added just the port protocol and port:ip protocol,
Than it works both on my machine's browser and on my phone.
Not too too sure why the 3rd step is needed -my hypothesis is (the localhost url is needed for VS to point to and the ip url is used for accessing from another machine)