vote up 2 vote down star

Can somebody point me to a resource that explains how to go about having 2+ IIS web server clustered (or Webfarm not sure what its called) ?

All I need is something basic, an overview how and where to start. Can't seem to find anything...

flag

3 Answers

vote up 2 vote down

Microsoft have articles on TechNet about clustering IIS using Network Load Balancing. You can do this more simply than using special hardware load balancing.

For hardware load balancing you place a device in front of the web servers and it manages the load. Each device is different so you would want to check the manufacturers guides and compatibility.

You should also check that your application does not have problems with load balancing. The sticky session problem is just one problem you should find out more about.

link|flag
vote up 3 vote down

This MSDN magazine article has a good overview of the technologies involved:

http://msdn.microsoft.com/en-us/magazine/cc500561.aspx

link|flag
great article, haven't seen it before – iain27 Nov 5 '08 at 3:36

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.