I have a problem to get the user\'s ip address into web server. I am using this code..
//To get the local IP address string sHostName = Dns.Get
That code will get you the IP address of the server.
You can access the user's IP address with this property: Request.UserHostAddress
Request.UserHostAddress