We're debugging intermittent issues with a website running on IIS7.
Since we have many nodes behind the load balancer, we can't tell which host responded to a given request. Is there any way at the IIS level to specify which host served a request? For example, could IIS append a header in the response that indicates the IP of the host that sent the response?
Ideally, I would like a solution that does not require any coding.