5
Answers

How to get Client Machine Name in asp.net using C# ?

By using 
            Request.UserHostName also returns IP Address instead of returning Name while
            Request.UserHostAddress  working fine for IP Address.
 
Please guide me how can I get Client machine in asp.net application using C# or any other mechanism used for this purpose ?
 
Early response will be regarded. 
 
 
Answers (5)