Demir Acar

Demir Acar

  • NA
  • 98
  • 24.3k

how to fetch visitors computername and username

Sep 22 2014 3:37 PM
Hi ,I want to fetch visitors computername and username When visitors click a button .
 
I try this code and not fetch visitors value ..
 

HttpContext.Current.Request.ServerVariables["REMOTE_USER"];

HttpContext.Current.Request.ServerVariables["REMOTE_HOST"];
 

Answers (6)