Hello, pardon my ignorance if this is easy, but I was looking for instructions (if it's possible) on how to use ARR to redirect requests to a server farm based on what port is in the URL. I have set it up the way I think it should work, but I cannot seem to make it happen.
The set up is pretty straight forward, we have 2 web apps that each run on multiple servers, and we would like to load balance each one. I'm not sure where to begin. I tried using 2 server farms with 2 websites each bound to a different port range, but that didn't seem to work. Specifically, I set up 2 websites, 1 bound to the default 80 port, one to 8080, and I set the URL Rewrite rule to the server farm that I wanted it to hit, but it doesn't seem to work, or more specifically, the default port works, but not the 8080 port.
As detailed as you can be would be great, I'm pretty much an IIS6 guy and this is really my first venture into IIS 7 (and it's also a new app that our programmers are in development with, so this is brand new in every sense of the term).