SO:Microsoft Windows Explorer (sotto macchina virtuale con scheda di rete in modalità bridge, quindi con un suo indirizzo nella rete)
Framework: Microsoft Visual Studio 2010 Ultimate

vado al sodo e per link:

http://localhost:4641/WebSiteWS/Service.asmx ----> FUNZIONA
http://192.168.1.5:4641/WebSiteWS/Service.asmx ----> NON funziona

poi ho provato ad andare in Pannello di controllo->Strumenti di amministrazione -> Internet Information Service , ho creato la voce al sito WebSiteWS mettendo la sicurezza al minimo, ho disattivato anche il firewall di windows, ed ecco il risultato:

http://192.168.1.5/WebSiteWS/Service.asmx ----> NON funziona e dà per tutti i collegamenti a "http://192.168.1.5/WebSiteWS/<qualsiasi link interno>"

il seguente errore

Server Application Unavailable
The web application you are attempting to access on this web server is currently unavailable. Please hit the "Refresh" button in your web browser to retry your request.
Administrator Note: An error message detailing the cause of this specific request failure can be found in the application event log of the web server. Please review this log entry to discover what caused this error to occur.


mentre la prima configurazione "http://localhost:4641/WebSiteWS/Service.asmx" continua a funzionare

spero di esser stato chiaro