how can i capture the ip address of someone accessing a web page. is it in the response object? something like: Response.Write(Request.UserHostAddress.ToString()) ? any help is appreciated. thanks again rik
Brad_H
9:09 pm on Dec 8, 2006 (gmt 0)
If you are using IIS, then it is part of the Request object: