[Mono-list] localhost vs. ip address
tei
421621@ingta.unizar.es
Thu, 21 Oct 2004 01:18:44 +0200
> I don’t get this error when I type in the actual IP address of my server
> instead of “localhost”. I have successfully installed ASP.NET. What
> alias could my web server be using if not “localhost”? Is there a way I
> can set the alias for my web server
>
/*
windows as a HOST file where you can add a few alias, very usefull to
speedup resolution and ban Ads servers.
try to add the following line:
127.0.0.1 localhost
but, hell... even this may work
127.0.0.1 h
so you can save a extra keystrokes :D
If you feel verbose, you can be verbose
127.0.0.1 localhost.localdomain
*/