Basic question...I have a site running in a VM, say the URL is http://localhost/sites/foo/default.aspx I want to surf to the URL from my host box, so I get the IP of the VM, and I try: http:///sites/foo/default.aspx. When I do, I get an error:
<configuration>
<system.web>
<customErrors mode="RemoteOnly"/>
</system.web>
</configuration>
Shouldn't I be able to do this, isn't this basic? I also tried using the IP on in a browser on the VM (instead of localhost), but I get the same error. Thanks