6
Answers

how to fetch visitors computername and username

Demir Acar

Demir Acar

10y
1.1k
1
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)