I'm trying to display the user's IP address. when I run the ASP.NET app and load the page using either IE or firefox I get 127.0.0.1 for the IP address.
How come it's not showing a real IP address?
This is a discussion on ASP.NET question: Request.UserHostAddress = 127.0.0.1?! within the C# Programming forums, part of the General Programming Boards category; I'm trying to display the user's IP address. when I run the ASP.NET app and load the page using either ...
I'm trying to display the user's IP address. when I run the ASP.NET app and load the page using either IE or firefox I get 127.0.0.1 for the IP address.
How come it's not showing a real IP address?
Because you're viewing the page via http://127.0.0.1.......... at a guess.