We have a network load balancing cluster of 2 servers.
Environment is Windows Server 2008R2 and IIS7.
There is a c# application that is attempting to retrieve the workstation of the user. The interesting thing is the application is able to retrieve the workstation number if I run the url on a specific node. i.e.:http://web0101/test or http://web0102/test
But if I run it from the load balancer url, it is not able to return the workstation number. i.e.:http://web01/test
What could be the issue in this case?