I've got a load balancer, x, and two servers (a, b). A and B run IIS, and the same WCF service runs on both.
If I call the web service via the load balancer, x, then I receive a response from either a or b. The problem is that only x's IP address is shown as the remotehost header on the response, and not the actual server that generated it (either a or b).
If there's currently no other header that does contain the specific source address, can I configure IIS on a and b to include a custom header with this information? How do I go about doing this?