6
Reply

how to fetch visitors computername and username

Demir Acar

Demir Acar

Sep 22 2014 3:37 PM
1.1k
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)