views:

15

answers:

1

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