Ask a Question related to ASP.NET Security, Design and Development.
-
Zoe Hart #1
Changing machineKey in live production site
In an effort to address ViewState invalid errors, I want to set the
machineKey element in web.config on my two web servers. (The load balancer
should be keeping a client on a single web server throughout a single
session, but there are always ways a user can end up switching servers -
e.g. a server comes out of load balance for any reason - so I want to
configure my web farm to handle that scenario.) My question is, when I add
the machineKey setting to web.config (overriding the machine.config settings
of AutoGenerate, IsolateApps) will all of my current users get a flurry of
ViewState invalid errors because of the change in machineKey settings. Is
there a way to avoid this? Obviously I can try to minimize it by making the
change during a relatively "quiet" period, but is there anything else I can
do?
Thanks,
Zoe Hart
Competitive Computing
Zoe Hart Guest
-
my flash site live tv
http://www.camsohbeti.com -
Can't complete connection to production site
I have a problem setting up a Contribute connection to a live server. I create the FTP connection and provide all the details and then Contribute... -
Uploading a site to a live server?
Hi ... can anyone offer some advice. I'm new to Coldfusion and have successfully installed the developer edition and ran through the getting... -
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... -
Last site check before going live
Hi all Could some of u good ppl in here do a site check for me? There is no real content on it because the clint will put in them self. URL:... -
Eric Lawrence [MSFT] #2
Re: Changing machineKey in live production site
I'm not aware of any strategy that would work.
--
Thanks,
Eric Lawrence
Program Manager
Assistance and Worldwide Services
This posting is provided "AS IS" with no warranties, and confers no rights.
"Zoe Hart" <Zoe.Hart.NoSpam@Competitive.com> wrote in message
news:Opf8K9iAEHA.2308@tk2msftngp13.phx.gbl...settings> In an effort to address ViewState invalid errors, I want to set the
> machineKey element in web.config on my two web servers. (The load balancer
> should be keeping a client on a single web server throughout a single
> session, but there are always ways a user can end up switching servers -
> e.g. a server comes out of load balance for any reason - so I want to
> configure my web farm to handle that scenario.) My question is, when I add
> the machineKey setting to web.config (overriding the machine.configthe> of AutoGenerate, IsolateApps) will all of my current users get a flurry of
> ViewState invalid errors because of the change in machineKey settings. Is
> there a way to avoid this? Obviously I can try to minimize it by makingcan> change during a relatively "quiet" period, but is there anything else I> do?
>
> Thanks,
> Zoe Hart
> Competitive Computing
>
>
Eric Lawrence [MSFT] Guest
-
Zoe Hart #3
Re: Changing machineKey in live production site
OK, I'll just do it at as quiet a time as I can. Thanks anyway.
"Eric Lawrence [MSFT]" <e_lawrence@hotmail.com> wrote in message
news:uN1f8wjAEHA.3316@TK2MSFTNGP11.phx.gbl...rights.> I'm not aware of any strategy that would work.
>
> --
> Thanks,
>
> Eric Lawrence
> Program Manager
> Assistance and Worldwide Services
>
> This posting is provided "AS IS" with no warranties, and confers nobalancer>
> "Zoe Hart" <Zoe.Hart.NoSpam@Competitive.com> wrote in message
> news:Opf8K9iAEHA.2308@tk2msftngp13.phx.gbl...> > In an effort to address ViewState invalid errors, I want to set the
> > machineKey element in web.config on my two web servers. (The loadadd> > should be keeping a client on a single web server throughout a single
> > session, but there are always ways a user can end up switching servers -
> > e.g. a server comes out of load balance for any reason - so I want to
> > configure my web farm to handle that scenario.) My question is, when Iof> settings> > the machineKey setting to web.config (overriding the machine.config> > of AutoGenerate, IsolateApps) will all of my current users get a flurryIs> > ViewState invalid errors because of the change in machineKey settings.> the> > there a way to avoid this? Obviously I can try to minimize it by making> can> > change during a relatively "quiet" period, but is there anything else I>> > do?
> >
> > Thanks,
> > Zoe Hart
> > Competitive Computing
> >
> >
>
Zoe Hart Guest



Reply With Quote

