Looking for some advice on load balancing. We have been asked to set-up a resilient web site and the design is this :
level 1 : 4 web servers receive requests on port 443 - these 4 servers are load balanced. the applications on these box will reference
Level 2 : 4 iis/app servers which have several applications on them. How can we load balance these and keep each port session to a specific app server. and alos if one of those apps goes down are we able to stop using that server and load balance to the other 3 ?
I have no idea about IIS and don't think anyone else here has so struggling with this concept!