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'