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

  1. #1

    Default IIS and .NET State

    Hello --

    I'm using IIS on four W2K3 servers in a network load balancing server farm.
    There is one back-end state server running the .NET State Server. Each IIS
    server is configured with "StateServer" parameter pointing to the state
    server.

    My question is this... does anyone know of any scripts and/or programs to
    determine what IIS server a particular user is on? I'm trying to
    troubleshoot problems and want a reliable way to determine what server a
    user is accessing when a problem occurs.

    I've created a showip.htm file on each server that has the server's IP
    address in it so I can identify.

    Opinions?



    dm4714 Guest

  2. Similar Questions and Discussions

    1. Do I use a state?
      Currently I have a chart that reads from an xml file. I would like to add a few things to increase the functionality. First, I would like to...
    2. Down State CSS
      I have a image gallery - simple stuff with the DW built in swap image etc. When I click on the image that triggers the swap, how would I change that...
    3. 3d state
      Hi all. I use a internal w3d-file and it has a high poly count. If i try to rotate my model the first time, it takes a almost a minute to get...
    4. state of the art
      Hi Does anybody have good references that describes the road map of web service standartization, who's responsible for which standard, what's the...
    5. Setting a default state for Multi-State buttons
      I'm using the multi-state button behavior and would like to have one button set ON as the default when the app first runs. Is it possible to set the...
  3. #2

    Default Re: IIS and .NET State

    with typical load balancing, each request from the client goes to a
    different box. so if you page has any images, javscript src, or iframes,
    this request each go to a different server. then each page request should go
    to a different server. in thsi case the user is not on a given server.

    some load balancers support server affinity, when the user is locked to a
    given server thru a cookie, but this systems are less reliable.

    -- bruce (sqlwork.com)



    "dm4714" <spam@spam.net> wrote in message
    news:OmXrq6TNFHA.2736@TK2MSFTNGP09.phx.gbl...
    > Hello --
    >
    > I'm using IIS on four W2K3 servers in a network load balancing server
    > farm. There is one back-end state server running the .NET State Server.
    > Each IIS server is configured with "StateServer" parameter pointing to the
    > state server.
    >
    > My question is this... does anyone know of any scripts and/or programs to
    > determine what IIS server a particular user is on? I'm trying to
    > troubleshoot problems and want a reliable way to determine what server a
    > user is accessing when a problem occurs.
    >
    > I've created a showip.htm file on each server that has the server's IP
    > address in it so I can identify.
    >
    > Opinions?
    >
    >
    >

    Bruce Barker Guest

  4. #3

    Default Re: IIS and .NET State

    I believe we're using the Affinity. Because I have a banner on each server
    that distinguishes which server they're on. Basically, they are on the same
    server for the life of the session. Although I do have links to other
    servers for non-load balanced applications. However, it still shows them
    being on the same server even though the page came from a different server.



    "Bruce Barker" <brubar_nospamplease_@safeco.com> wrote in message
    news:uYyXuqVNFHA.3192@TK2MSFTNGP10.phx.gbl...
    > with typical load balancing, each request from the client goes to a
    > different box. so if you page has any images, javscript src, or iframes,
    > this request each go to a different server. then each page request should
    > go to a different server. in thsi case the user is not on a given server.
    >
    > some load balancers support server affinity, when the user is locked to a
    > given server thru a cookie, but this systems are less reliable.
    >
    > -- bruce (sqlwork.com)
    >
    >
    >
    > "dm4714" <spam@spam.net> wrote in message
    > news:OmXrq6TNFHA.2736@TK2MSFTNGP09.phx.gbl...
    >> Hello --
    >>
    >> I'm using IIS on four W2K3 servers in a network load balancing server
    >> farm. There is one back-end state server running the .NET State Server.
    >> Each IIS server is configured with "StateServer" parameter pointing to
    >> the state server.
    >>
    >> My question is this... does anyone know of any scripts and/or programs to
    >> determine what IIS server a particular user is on? I'm trying to
    >> troubleshoot problems and want a reliable way to determine what server a
    >> user is accessing when a problem occurs.
    >>
    >> I've created a showip.htm file on each server that has the server's IP
    >> address in it so I can identify.
    >>
    >> Opinions?
    >>
    >>
    >>
    >
    >

    dm4714 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