I need to setup a Web Farm with IIS 8/10. I'm experienced in managing IIS on a single machine, but not in a load-balancing scenario.
I am planning to use Application Request Routing (ARR).
Can I set-up ARR in IIS with a rule stating « Send request to Server A, then, and if no answer was received within 3 seconds, then send request to server B »? Do you think that ARR would be capable of handling such a scenario ?
Thank you very much,