hi guys
how can i get client Computername.
i tried these
System.Security.Principal.WindowsIdentity.GetCurrent().Name
Request.UserHostNam
System.Net.Dns.GetHostName()
System.Net.Dns.GetHostEntry(Request.ServerVariables["REMOTE_USER"]).HostName
System.Net.Dns.GetHostEntry(Request.ServerVariables["REMOTE_ADDR"]).HostName
System.Environment.MachineName
but
it all,get me Host servername and not user client computername on internet.
please help me
thanks
Go to the complete details ...