I have my app server set to have 2 servers (testing scaling out). Is there a way via an IP address to explicitly hit one of the servers for a request?
Or does that make no sense as it is load balancing incoming requests and so it will then send subsequent requests to either server?