Hi,
I have 3 instances on 2 real servers, LIVE, TEST and TRAIN. They all use .NET 4 and are in different app pools respectively named.
I have managed to setup load balancing on LIVE app pool by having the health check page set to check mydomain.com/LIVE/login.aspx so that if an app pool on LIVE were to fail, then it would get a .NET error and direct all traffic to the server that doesn't have the failed app pool.
Now my problem is I now need to do this for TEST and TRAIN, because the health check in the VS only checks the live one, then even if I stop the TEST app pool, it will still give some of the users a .NET error and not direct traffic to the working server. I thought I had the answer with sub virtual service so I could create multiple virtual services that connect to the same 2 real servers. This let me setup 3 health checks. But I am having trouble figuring out how to direct the TEST and TRAIN traffic to those sub virtual services (or more specifically use those values for health checking)
I have had a look at the content rules and had a go but I must not be understanding this part of the load master config very well. Any help is appreciated.
Carl