Ask Experts Questions for FREE Help!
 

Free Answers in 3 Easy Steps

Register Now
3 Steps
 


Ask QuestionsprogressAnswer QuestionsprogressBuild ReputationprogressBecome an Expert
 
At Ask Me Help Desk you can ask questions in any topic and have them answered for free by our experts. To ask questions or participate in answering them you must register for a free account. By registering you will be able to:
  • Get free answers from experts in any of our 300+ topics.
  • Accept money for answers that you provide.
  • Communicate privately with other members (PM).
  • See fewer ads.
  Answer this Question    Ask about Visual Basic    Ask about another Subject  
 

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