0

From an android emulator, is there any way to connect to a locally hosted site in IIS which is not hosted under default website or running in IIS Express?

I have read about the loopback address from the emulator to localhost and indeed this works to the following as it sits as a site under default web site in IIS

However, i need to connect to the service which is not hosted under default website.

The above url results in 'net::ERR_NAME_NOT_RESOLVED'

IIS Config

Dooie
  • 1,649
  • 7
  • 30
  • 47
  • 2
    Are you able to access the IIS server from the another machine on same network. It's common problem discussed here in this post http://stackoverflow.com/q/21896534/85606 – Prashant Cholachagudda Jan 10 '17 at 10:07
  • This worked for me. Thanks Prashant C for the pointer. [This post](http://stackoverflow.com/a/26599826/240390) – Dooie Jan 10 '17 at 10:40

0 Answers0