G Guest Mar 6, 2004 #1 hiye, if i were to use Request.UserHostAddress, can i know the computer name which access my website over the internet?
hiye, if i were to use Request.UserHostAddress, can i know the computer name which access my website over the internet?
M Martha[MSFT] Mar 6, 2004 #2 Try Dns.GetHostByAddress(Request.UserHostAddress).HostName Hope this helps. smen said: hiye, if i were to use Request.UserHostAddress, can i know the computer Click to expand... name which access my website over the internet?
Try Dns.GetHostByAddress(Request.UserHostAddress).HostName Hope this helps. smen said: hiye, if i were to use Request.UserHostAddress, can i know the computer Click to expand... name which access my website over the internet?