Reputation: 523
I have created Mobile Website on VS2010 4.0. I want to test this on Mobile browser. I have installed Android Emulator from http://www.asp.net/mobile/device-simulators. I just want to know how can I test the application on Emulator which is hosted on local IIS(my computer).
Upvotes: 2
Views: 4150
Reputation: 7435
Use 10.0.2.2
as IP for server running on the same machine as the Android Emulator.
Upvotes: 2