Ask a Question related to ASP.NET General, Design and Development.
-
JD #1
Web Farm
Scenario is load balancer and two machines(1&2) in
production. Out of state session server on another machine
(Session). Works perfectly.
Replace machine (2) with machine (3). Can't get past the
authentication login page. Keeps redirecting user back to
login page with no errors.
Machine 1,2 and 3 have duplicate web.configs and using
forms authentication. All machines configured with .NET
1.1. Machine.Config has duplicate encryption/decryption
keys for all three machines. If type in invalid username
or password, logic does report an error so logic is
finding the user trying to login.
Set up test production with load balancing, move machine
(2) and (3) here. Still using out of state session server.
Same behavior as (1) and (3), bad. Recapping (1) and (2)
good, (1) and (3) bad, (2) and (3) bad. Seems like common
factor in bad behavior is machine (3).
Turned on tracing. When the request fluctuates between the
two load balanced servers, both machines have the same
viewstate, session id, and cookies. Authentication against
the DB is happening else it does correctly report an
error. Its SEEMS like authentication cookies are not being
saved or something.
Anyone see something like this before?
Jeff
JD Guest
-
server farm hosting for CF ?
i am looking for a company that will host large scale CF apps that require multiple CF servers to host. Does any one know of any in the US? ... -
Session Timeout and Web Farm
Hi Folks, I am creating a web service that will be hosted on a web farm. The web service also uses sessions to store user specific data. I have... -
alpaca Farm site
'www.nuclearfusion.com.au/alpaca.htm (http://www.nuclearfusion.com.au/alpaca.htm) tell me what you think - I've just started making it, the... -
Web Farm and <machineKey>
I have a Web Farm and I understand that in order to keep ViewState safe I want to modify the <machineKey>. 1) The documentation indicates that... -
Clustered web farm
Hi, Is it possible to redirect user to same webserver in clustered web farm until his session ends?



Reply With Quote

