Load balancing loses authentication

Ask a Question related to ASP.NET Security, Design and Development.

  1. #1

    Default Load balancing loses authentication

    My intranet ASP.NET web app is set up with Windows authentication and
    IIS is set to disallow anonymous access.

    The app is in a web farm configuration with two blade servers and
    a BigIP F5 switch set with sticky sessions.

    When I use the app and refresh the screen, the next thing I do in the
    app causes a network login box to pop up. In the log, where I
    typically
    see my network id and ip address, I see just the ip address and a 401
    error.

    This only happens when I go through the switch, and only when I
    refresh the screen. If I connect directly to either of the blade
    servers directly there is no problem.

    TIA,
    Jim
    jim corey Guest

  2. Similar Questions and Discussions

    1. Load Balancing
      wondering if anyone would have advice for me on load balancing with coldfusion either with software or hardware. our basic set up is NAT through...
    2. Load Balancing 101
      Hello. We had been using Microsoft's native load balancing with some success, but decided to move to a hardware load balancing system. We run...
    3. NTLM & Load Balancing
      It does not seem to be possible to host an NTLM (or Kerberos) authenticated web service without enabling HTTP Keep-Alives (to enable the...
    4. Setting up NIC load-balancing?
      I have two "Intel 8255x-based PCI Ethernet Adapters" in my Windows Server 2003 Enterprise Edition box. They are 10/100 and I would like to put them...
    5. Load Balancing Facility
      Hello, One of my customers wants to setup Load balancing using Linux system for their Web server farm. Is there any software tool that manages...
  3. #2

    Default Re: Load balancing loses authentication

    do you use application center ???

    if so

    start application center on the master server , connect to the cluster (
    extend the application center node (topmost) and select the cluster name
    (most of us have only one ) )

    press the righ mouse button and choose properties , select the tab request
    forwarding , select all availlable check boxes

    and your problem should be solved ,,, another great benefit is that you
    are now also capable of developing from the internet side on the webserver
    cause also frontpage requests are forwarded to the master server application
    center handles the synchronisation to the other cluster members


    what have you just done ??

    you told application center that a session should always be forwarded to the
    same server as long as the session state is alive

    hope this helps

    M. Posseth [MCP]






    "jim corey" <jhcorey@yahoo.com> wrote in message
    news:1c4f8dcf.0408270531.561c15d1@posting.google.c om...
    > My intranet ASP.NET web app is set up with Windows authentication and
    > IIS is set to disallow anonymous access.
    >
    > The app is in a web farm configuration with two blade servers and
    > a BigIP F5 switch set with sticky sessions.
    >
    > When I use the app and refresh the screen, the next thing I do in the
    > app causes a network login box to pop up. In the log, where I
    > typically
    > see my network id and ip address, I see just the ip address and a 401
    > error.
    >
    > This only happens when I go through the switch, and only when I
    > refresh the screen. If I connect directly to either of the blade
    > servers directly there is no problem.
    >
    > TIA,
    > Jim

    M. Posseth Guest

  4. #3

    Default Re: Load balancing loses authentication


    M,

    Much thanks for the reply, but we do not use Application Center.

    Was this procedure going to affect the configuration of
    the F5 switch (something I know nothing about)?
    Note that I mentioned that this was already set up with sticky sessions,
    which work except for this one situation.

    Jim


    *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    Don't just participate in USENET...get rewarded for it!
    Jim Corey Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139