I'm using Windows 7 Pro and want to run my web project locally, but the url www.localhost.com
does not work.
If use http://127.0.0.1:2710/default.aspx
it works. I checked host file which in the C:\Windows\System32\Drivers\Etc\hosts
folder. If I delete the rows:
# 127.0.0.1 localhost
# ::1 localhost
Nothing changes. How can I make www.localhost.com work on my machine?