Muhammad Mohsan

Muhammad Mohsan

  • 1.5k
  • 124
  • 53k

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

Feb 9 2017 12:30 AM
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)