Hi,
My first attempt to create a server farm hasnt went so well.
Goal is to get a loadbalanced site with arr in two contentservers.
First quick overview of my deployment
ARR server (no sites, plain IIS7 + ARR) hosting 1 farm with name http://site.com
IIS1 server (1 site, works - under binding http://site1.com, also has a binding http://site.com)
IIS2 server (1 site, works - under binding http://site2.com, also has a binding http://site.com)
URL rewrite rule is default one, created with the server farm
address http://site.com is forwarded to ARR-s IP.
No traffic is reaching the content servers, http://site.com shows "page cannot be displayed".
when i do a health check on farm, the url http://site.com/test.htm gets "Pass" status from both contentservers, but in monitoring and managment tab, both contentservers are in "unknown" state.
What im doing wrong?
Thanks,
Kriks