iPhone Web Site Dev in Visual Studio
Posted in .Net-Development by Matthew Clements on 16 Jun, 2010
If you are developing an ASP.Net web application that is to be consumed by an iPhone (or other mobile device) you'll find it a bit inconvenient that the built in web server with Visual Studio can't be accessed on anything other than localhost or 127.0.0.1 - but not for long...
I just read (and followed) the post by Erich Eichinger here and patched my Visual Studio WebServer to allow me to connect to my development environment from my iPhone on WiFi
What is even better is that you can debug in Visual Studio whilst navigating the application on the iPhone!
Well done that man!
If you want any help doing this - you know where I am

