I get the following differences determining a localhost server.ASP.NET 2.0HttpContext.Current.Request.UserHostAddress = "127.0.0.1"
ASP.NET 3.5HttpContext.Current.Request.UserHostAddress = "::1"Is there a reason for this?? Thanks!
...
Go to the complete details ...