0

My ASP website is running by way of the default IIS server included in Visual Studio 2015. This is accessed by the URL localhost:50544. I have to use 'Genymotion' to run an android virtual machine. Geny motion uses virtualbox so if need be I can edit the virtual machines configuration directly via virtualbox.

I'd like to visit my website from the android browser.

I've edited the android virtual machine to include a second bridged adapter and attempted to visit 10.0.2.2:50544 from within the android VM. It does not load and eventually the browser will produce a time out error. Someone's similar question mentions visiting 10.0.3.2 when specifically using genymotion. But this has the same outcome.

How may I visit the website from within the android virtual machine?

RADXack
  • 952
  • 3
  • 10
  • 17

1 Answers1

0

Can you try using your local IP address?

Like my IP would be: 192.169.2.9

anned20
  • 576
  • 1
  • 4
  • 19
  • I got the address via CMD ipconfig and it is 192.168.1.13. Visiting it on port 50544 produces the same time out error – RADXack Feb 06 '16 at 16:11
  • Hmm. You did copy the IP address of the virtualbox vnet? PS: Why do you need to use Android? – anned20 Feb 06 '16 at 16:14
  • I'm not sure if I have done this correctly but there's "Virtualbox Host-Only Network" entry and it's address is 192.168.56.1. Using that still gives the time out. – RADXack Feb 06 '16 at 16:35
  • And you do use the address: 192.168.56.1:50544 ? – anned20 Feb 06 '16 at 16:46
  • Yes I've tried visiting it on the android virtual machine's web browser but it still fails to load the website – RADXack Feb 06 '16 at 16:49
  • Uhm, did you try `10.0.2.2:50544` ? It was stated on another question – anned20 Feb 06 '16 at 16:55