Re: IIS and .NET State
From: Bruce Barker (brubar_nospamplease__at_safeco.com)
Date: 03/30/05
- Next message: Juan Antonio Tubío: "Re: Protect file with different extension from .aspx"
- Previous message: howard39_at_nospam.nospam: "RE: Configuration Error -- Access is denied"
- In reply to: dm4714: "IIS and .NET State"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 30 Mar 2005 11:00:01 -0800
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?
>
>
>
- Next message: Juan Antonio Tubío: "Re: Protect file with different extension from .aspx"
- Previous message: howard39_at_nospam.nospam: "RE: Configuration Error -- Access is denied"
- In reply to: dm4714: "IIS and .NET State"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|