Ask a Question related to ASP.NET Security, Design and Development.
-
dm4714 #1
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
-
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... -
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... -
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... -
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... -
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... -
Bruce Barker #2
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
-
dm4714 #3
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



Reply With Quote

