hello how i can obtain domain ip that user is joint to that domain in sharepoint website?
A:
Try Request.UserHostAddress or Request.ServerVariables["REMOTE_ADDR"]
See: How do you get the IP address from a request in ASP.NET?
Rich Bennema
2010-08-17 12:18:01