I'm running IIS7.5 running a website for a software application. The application supports automatic updates so when I release a new version, the server gets pounded with download requests from the software.
I have setup a bunch of small VPS's that I'd like to use to serve up the requested download. Due to the way the software automatic update request works, the requested download URL is always from the same server/URL.
So, I'd like to know if I setup IIS to redirect requests to a certain URL to a random or round-robin list of mirror sites.
For example, the download request comes in for http://osirisdevelopment.com/BatteryBar/BatteryBarSetup.exe. IIS would returns a 302 code with a location header to http://mirror1.osirisdevelopment.com/BatteryBarSetup.exe, etc.