473,387 Members | 2,436 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

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?

Nov 19 '05 #1
2 909
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" <sp**@spam.net> wrote in message
news:Om**************@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?

Nov 19 '05 #2
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" <br******************@safeco.com> wrote in message
news:uY**************@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" <sp**@spam.net> wrote in message
news:Om**************@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?


Nov 19 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

32
by: Xah Lee | last post by:
is it possible to write python code without any indentation? Xah xah@xahlee.org http://xahlee.org/PageTwo_dir/more.html
4
by: Chad Crowder | last post by:
I've taken a look at this article http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspnet/html/asp12282000.asp which someone posted a month or so ago regarding setting up SQL...
1
by: Johan Nedin | last post by:
Hello! I have a problem with SQLSession state on my ASP.NET pages. SQLSession state behaves very different from InProcess session state, which I think is very bad. I can understand some of...
6
by: Daniel Walzenbach | last post by:
Hi, I have a web application which sometimes throws an “out of memory” exception. To get an idea what happens I traced some values using performance monitor and got the following values (for...
1
by: Neo | last post by:
hi, This is my first post in C++ group, so please be nice to me. Thanks. Also, I will post my first C++ program following. There is a compile error, I cannot figure it out even I can fix it. And...
4
by: Shawnk | last post by:
This post is intended to verify that true value semantics DO NOT EXIST for the Enum class (relative to boolean operations). If this is true then (thus and therefore) you can not design state...
4
weaknessforcats
by: weaknessforcats | last post by:
Design Patterns State Often computer software operates based on a condition called a state. These states traditionally have been implemented using a switch statement. The cases of the switch...
11
by: tuom.larsen | last post by:
Dear list, I'm writing very simple state machine library, like this: _state = None def set_state(state): global _state _state = state
4
by: laktofil | last post by:
This may seem like an abstract question on behavioral inheritance. Anyway, I'm building a hierarchical state machine in C++ (with gcc for target platform Gentoo Linux). More precisely, I'm using this...
1
by: W Karas | last post by:
Virtual functions could have multiple definitions, for different object states. The prototype of a virtual member function could have an optional reserve word "for" followed by a comma-separated...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.