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
The code you have used only work in case of windows application (Client server architecture) But to get the users ip address in web application you need to use
Request.UserHostAddress