Mistery1
Oct 30, 2009, 03:17 AM
Hi there,
I wonder if anyone could help me. I need to find out how to get the IP address and hostname of computer/s that are browsing a specific site.
Eg. I have an internal site on a server and there are many computers that access this site on our network.
I have this code : Label3.Text = "HostName " & System.Net.Dns.GetHostName()
so far that picks up the servers hostname and ip address. I need the browsing computers ip and hostname.
Can anyone help.
Thanks
I wonder if anyone could help me. I need to find out how to get the IP address and hostname of computer/s that are browsing a specific site.
Eg. I have an internal site on a server and there are many computers that access this site on our network.
I have this code : Label3.Text = "HostName " & System.Net.Dns.GetHostName()
so far that picks up the servers hostname and ip address. I need the browsing computers ip and hostname.
Can anyone help.
Thanks





