All Tags »
asp.net »
ASP.NET 2.0
Sorry, but there are no more tags available to filter with.
-
A common problem when implementing either a hit counter or a download tracker is retrieving the DNS name of the client connecting to your Web Site. Although there is a property specifically meant for this task on the Request object called UserHostName, most of the time it just returns the IP address. At this point you may think to ...