views:

16

answers:

1

I can browse using the desktop browsers via ..localhost:54647/... and from windows mobile emulators via my gateway ..//192.168.0.199:54647/..., but neither method works from either my Android emulator or from a usb attached itouch. I know I may have to run IIS locally but it's more convenient to run the development server from Visual Studio 2008.

I'm running Vista with latest service packs.

I'm developing a mobile app using ASP.Net MVC.

Thanks!

A: 

See this StackOverflow answer here. To summarize: only running on the local interface is by design. IIS is your best bet.

Andrew Flanagan
Thanks, thought that might be it.
Jim Maguire
Sorry it's not a happier answer...
Andrew Flanagan