Basically, I have 3 servers, where 1 of them serves as a load balancer.
On my ASPX page, I want to add an HTML comment to show the IP address or even the host name of the server selected by the load balancer.
I tried to look at IIS Server variables and tried to use SERVER_NAME , but it just returns the domain url.
So, is there a way to do this programming in ASP.NET? Thank!
source
share