determining which server (in a web farm) the asp.net ajax request came from?
问题 I was thinking how we can find out which server the page was served from: I'd do so by doing something like put a hidden variable on the page which has the IP or server name from the server it got processed. But what do I do for asp.net ajax requests: those that happen as a partial postback? I'd have to put the hidden variable in the update panel, but what if there are many update panels in the page? I checked out another SO post, but the solution was for iis 7. What is the equivalent for