I have a site running under IIS Express, I added the following to my applicationHost.config
<binding protocol="http" bindingInformation="*:49223:localhost" />
<binding protocol="http" bindingInformation="*:49223:myMachineName" />
So now, from another laptop on my local wireless network I can hit http://myMachineName:49223/
and see my site without issue.
However, if I hit the same URL from an android device (tried on Galaxy S
and Galaxy S2
) on the same local wireless network I get the standard android Web page not available.
How can I hit my iis express site from my android devices? Any suggestions for debugging this issue gratefully recieved :(