tags:

views:

5

answers:

0

We are using a F5 load balancer for our servers. Our VB code is checking the UserHostAddress using HttpContext.Current.Request.UserHostAddress. My question is, will this value return the IP from the load balancer, or does it still have the client IP address?

I will post this on ServerFault as well in case this is more of a server issue. Any help would be great. Thanks.