Sampath
Sampath

Reputation: 45

Server to server Communication behind a load balancer

I have two IIS servers sitting behind a load balancer. And my application's DNS is app.domain.com. I should have a way to communicate from one server to other server without touching load balancer. Application in both servers is listening to port 80. Also I have more than one application deployed in same port in these servers. How can I refer to (URL) to individual servers without using DNS.

Upvotes: 0

Views: 430

Answers (1)

Sampath
Sampath

Reputation: 45

Use IP:port with HOST header to distinguish between multiple applications in each node.

Upvotes: 0

Related Questions