Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Obtain IP Address
Message
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00692199
Message ID:
00692207
Views:
16
>Hi,
>
>I'm looking for a way to log IP Addresses of visitors to a particular page of a website. I've had a look at the System.Net.Dns class, but can't quite figure out the VB.Net code I'd need to obtain this information (or, even if I can obtain this information). Any assistance would be appreciated.
>
>Regards, Al

It seems like you should be able to use code like this within the page, then log it:

Dim userIP As String
userIP = Request.UserHostAddress
-Paul

RCS Solutions, Inc.
Blog
Twitter
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform