I am looking for a way to easily test the mobile version of my site in development.
I have set up IIS Express, such that I can access locally using:
http://localhost:1025/AppName/
or by using my PC name (dazbradbury-pc)
http://dazbradbury-pc/AppName/
This then works from any machine on my network.
However, when I try to use this address from an android device, it simply doesn't work. Has anyone got this working? If so, what further steps were required?