1. Welcome Guest! In order to create a new topic or reply to an existing one, you must register first. It is easy and free. Click here to sign up now!.
    Dismiss Notice

Load Balancing

Discussion in 'Windows Home Server' started by Max2006, Apr 26, 2009.

  1. Max2006

    Max2006 Guest

    Hi,

    I like to setup a load balancing between two asp.net web servers. The
    asp.net web application must use in-process session state; therefore I have
    to use sticky load balancing. Not sure if sticky load balancing is a good
    name for this, but it means once a request hits either of servers,
    subsequent requests will also be redirected to the same server.
    Is this supported by windows load balancing?
    Is there any quick start document that describes how to setup a simple load
    balancing between two IIS servers?

    Thank you
     
  2. Hello Max2006,

    Check this articles:
    http://www.microsoft.com/technet/pr...8b1-73b9-4cd2-ab9c-654d88d05b4f.mspx?mfr=true

    http://technet.microsoft.com/en-us/library/bb742600.aspx

    http://technet.microsoft.com/en-us/library/cc740265.aspx

    Also for IIS you should better post to:
    microsoft.public.inetserver.iis
    microsoft.public.inetserver.misc

    Best regards

    Meinolf Weber
    Disclaimer: This posting is provided "AS IS" with no warranties, and confers
    no rights.
    ** Please do NOT email, only reply to Newsgroups
    ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm


    > Hi,
    >
    > I like to setup a load balancing between two asp.net web servers. The
    > asp.net web application must use in-process session state; therefore I
    > have
    > to use sticky load balancing. Not sure if sticky load balancing is a
    > good
    > name for this, but it means once a request hits either of servers,
    > subsequent requests will also be redirected to the same server.
    > Is this supported by windows load balancing?
    > Is there any quick start document that describes how to setup a simple
    > load
    > balancing between two IIS servers?
    >
    > Thank you
    >
     

Share This Page