User IP in a Remote Desktop Connection

Bombambibre

New Member
I am building an ASP.NET applicationIf I run a website in a remote connection, what is the Ip that i get from \[code\]System.Web.HttpContext.Current.Request.UserHostAddress\[/code\]? Is it the ip of my local network or the ip of the network that the remote computer is connected?I need to detect the ip of the network that the user is actually using, not the one of the remote computer.Any ideas?
 
Back
Top