0
kicks
How to track visitors to your site in ASP.NET & C#
In my previous article, "How to track visitors to your site in ASP.NET & C#", I discussed how you can log the Host Info for each page visitor on your site using Dns.GetHostByAddress function.
One thing I did not stress out was the need to catch all exceptions from that method call. There are cases when this call: