Ask a Question related to ASP.NET General, Design and Development.
-
sudha #1
Clustered web farm
Hi,
Is it possible to redirect user to same webserver in
clustered web farm until his session ends?
sudha Guest
-
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... -
Web Farm
Scenario is load balancer and two machines(1&2) in production. Out of state session server on another machine (Session). Works perfectly. ... -
redirect user to same server in clustered web farm
Hi, Is it possible to redirect user to same webserver until his session ends? Thanks in advance -
direct the user to same server in clustered web farm
How can I direct user to same server until his session ends in the clustered web farm? Thanks in advance -
creating a temporary file in clustered web farm
Does creating a temporary xml file from dataset on the server on a per-user basis and read from it will create any problem in clustered web farm? ... -
Vidar Petursson #2
Re: Clustered web farm
Hi
Do you have control over loadbalancer?
Change it so that only first time requests get assigned to a machine and
stay on it.
--
Best Regards
Vidar Petursson
==============================
Microsoft Internet Client & Controls MVP
==============================
"sudha" <sudha_s@mailcity.com> wrote in message
news:015001c34636$4f7323b0$a301280a@phx.gbl...> Hi,
> Is it possible to redirect user to same webserver in
> clustered web farm until his session ends?
>
Vidar Petursson Guest
-
Terry K. Lindquist #3
Re: Clustered web farm
Sudha
You may wish to allow the load balancing device to do it's job for you. If
you can afford to dedicate a .Net server to manage your sessions for you,
then it won't matter what server your user comes back to. In ASP, use a SQL
server to hold session information. In .Net, look into the <sessionState />
entry in your application's web.config file and point all of your web farm
machines to point to that machine.
There's a bunch of on line help that will provide further information.
Hope this helps, Terry
"sudha" <sudha_s@mailcity.com> wrote in message
news:015001c34636$4f7323b0$a301280a@phx.gbl...> Hi,
> Is it possible to redirect user to same webserver in
> clustered web farm until his session ends?
>
Terry K. Lindquist Guest
-
netboy #4
Re: Clustered web farm
If you are using Microsoft AppCenter, you could set the client affinity to
ensure that all requests from a client are being directed to the same
server.
[url]http://www.microsoft.com/technet/treeview/default.asp?url=/technet/itsolutio[/url]
ns/ecommerce/deploy/rollout/duwwsr.asp
"sudha" <sudha_s@mailcity.com> wrote in message
news:015001c34636$4f7323b0$a301280a@phx.gbl...> Hi,
> Is it possible to redirect user to same webserver in
> clustered web farm until his session ends?
>
netboy Guest



Reply With Quote

