How to get visitor IP on load balancing machine using asp.net
        Posted  
        
            by jalpesh
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by jalpesh
        
        
        
        Published on 2010-03-25T10:13:58Z
        Indexed on 
            2010/03/25
            10:23 UTC
        
        
        Read the original article
        Hit count: 340
        
ASP.NET
|loadbalacing
We are having two load balancing server. In that we have hosted a asp.net 3.5 application right now we are using request userhostaddress to get visitor ip but it is giving load balancer ip instead of real ip. Can anyone have code for this.
© Stack Overflow or respective owner