J
Joseph Geretz
When did 127.0.0.1 become different than localhost?
I think this happened around the same time as SP2 when Microsoft got the
idea that it might be a good idea for them to get into the Security /
Firewall business. NOT!!!! Why the @#@^$#^&&* does 127.0.0.1 produce a
different effect in certain circumstances than localhost?
For example, I've got a Visual Studio Web project which defines the path to
the project file as http://localhost/MyApp/MyApp.csproj. This works on my
workstation, but when I ported this over to another developer's workstation,
Visual Studio was unable to open the project. After fiddling around with
this for some time, I discovered that http://127.0.0.1/MyApp/MyApp.csproj
would work on that workstation. What is this about? Aren't localhost and
127.0.0.1 supposed to be the same thing? How can I loosen up (security?)
restrictions on that box so that localhost access will work?
Thanks for your help!
- Joe Geretz -
I think this happened around the same time as SP2 when Microsoft got the
idea that it might be a good idea for them to get into the Security /
Firewall business. NOT!!!! Why the @#@^$#^&&* does 127.0.0.1 produce a
different effect in certain circumstances than localhost?
For example, I've got a Visual Studio Web project which defines the path to
the project file as http://localhost/MyApp/MyApp.csproj. This works on my
workstation, but when I ported this over to another developer's workstation,
Visual Studio was unable to open the project. After fiddling around with
this for some time, I discovered that http://127.0.0.1/MyApp/MyApp.csproj
would work on that workstation. What is this about? Aren't localhost and
127.0.0.1 supposed to be the same thing? How can I loosen up (security?)
restrictions on that box so that localhost access will work?
Thanks for your help!
- Joe Geretz -