Load balance between two virtual directories on a single machine running IIS6

Posted by Emil Lerch on Server Fault See other posts from Server Fault or by Emil Lerch
Published on 2010-05-20T20:30:05Z Indexed on 2010/05/20 20:40 UTC
Read the original article Hit count: 357

Filed under:
|

I'm trying to simulate a production environment using a single VM. The production environment will have 3 servers behind a load balancer with sticky sessions. Production will be using IIS6. For development, I have no need to distribute load, but I want to make sure the team does not write code that relies on a single-server module.

I have been hoping to set up two virtual directories and find some isapi filter to perform some rudimentary software load balancing, but I've been unable to locate anything suitable. isapi_rewrite comes close but there's no ability for a random rewrite. I don't even need sticky sessions since the application does not (in theory) rely on them.

Is there something easy/free to do this, or am I stuck with multiple VMs and a NLB setup (which seems like total overkill)?

© Server Fault or respective owner

Related posts about iis6

Related posts about windows-server-2003