Go Back   Velocity Reviews > Newsgroups > ASP Net
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

ASP Net - Updating asp.net DLLs in production webfarm

 
Thread Tools Search this Thread
Old 06-23-2005, 09:10 PM   #1
Default Updating asp.net DLLs in production webfarm


Hi,

I'm looking for some documentation on how to painlessly update an
asp.net website (DLLs and/or web.config) in a windows 2003 web farm
with minimum impact to the end users. Is this possible at all?

Can I remove each server one by one from the web farm, update it, then
put it back online? Sorry if I sound like a newbie, but I'm new to the
ASP.net enterprise arena.

Thanks,
jgp



Joseph George
  Reply With Quote
Old 06-24-2005, 01:38 AM   #2
Robbe Morris [C# MVP]
 
Posts: n/a
Default Re: Updating asp.net DLLs in production webfarm
Just copy the file. If you are using StateServer, your
session will not be lost when the application recycles.

If you are using InProc, your users will loose session
and be asked to login in again. But, you are already
dealing with that a couple of times a day when your
application recycles anyway in windows 2003 server.



--
2004 and 2005 Microsoft MVP C#
Robbe Morris
http://www.masterado.net

Earn $$$ money answering .NET Framework
messageboard posts at EggHeadCafe.com.
http://www.eggheadcafe.com/forums/merit.asp



"Joseph George" <> wrote in message
news: ups.com...
> Hi,
>
> I'm looking for some documentation on how to painlessly update an
> asp.net website (DLLs and/or web.config) in a windows 2003 web farm
> with minimum impact to the end users. Is this possible at all?
>
> Can I remove each server one by one from the web farm, update it, then
> put it back online? Sorry if I sound like a newbie, but I'm new to the
> ASP.net enterprise arena.
>
> Thanks,
> jgp
>





Robbe Morris [C# MVP]
  Reply With Quote
Old 06-24-2005, 04:05 AM   #3
Chumma Dede
 
Posts: n/a
Default Re: Updating asp.net DLLs in production webfarm
Thanks! We use state server, but we are seeing that some users get
compilation errors etc when the web app is re-compiling the aspx pages.

That is why I was wondering if there was an alternative to this.

Thanks.

Robbe Morris [C# MVP] wrote:
> Just copy the file. If you are using StateServer, your
> session will not be lost when the application recycles.
>
> If you are using InProc, your users will loose session
> and be asked to login in again. But, you are already
> dealing with that a couple of times a day when your
> application recycles anyway in windows 2003 server.
>
>
>
> --
> 2004 and 2005 Microsoft MVP C#
> Robbe Morris
> http://www.masterado.net
>
> Earn $$$ money answering .NET Framework
> messageboard posts at EggHeadCafe.com.
> http://www.eggheadcafe.com/forums/merit.asp
>
>
>
> "Joseph George" <> wrote in message
> news: ups.com...
> > Hi,
> >
> > I'm looking for some documentation on how to painlessly update an
> > asp.net website (DLLs and/or web.config) in a windows 2003 web farm
> > with minimum impact to the end users. Is this possible at all?
> >
> > Can I remove each server one by one from the web farm, update it, then
> > put it back online? Sorry if I sound like a newbie, but I'm new to the
> > ASP.net enterprise arena.
> >
> > Thanks,
> > jgp
> >




Chumma Dede
  Reply With Quote
Old 06-24-2005, 04:54 AM   #4
Juan T. Llibre
 
Posts: n/a
Default Re: Updating asp.net DLLs in production webfarm
re:
> > Can I remove each server one by one from the web farm,
> > update it, then put it back online?


Actually, I would remove all except one, at the lowest traffic time
for the website; update the ones taken out offline; then update the one
which you left online ( the old requests will be handled from memory,
and the new ones will be routed to the new assemblies ), and add the
offline servers one by one to the farm again.

If you don't have a bottleneck at your slowest traffic time,
by leaving only one server in the farm, that should work OK.



Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
======================

"Chumma Dede" <> wrote in message
news: oups.com...
> Thanks! We use state server, but we are seeing that some users get
> compilation errors etc when the web app is re-compiling the aspx pages.
>
> That is why I was wondering if there was an alternative to this.
>
> Thanks.
>
> Robbe Morris [C# MVP] wrote:
>> Just copy the file. If you are using StateServer, your
>> session will not be lost when the application recycles.
>>
>> If you are using InProc, your users will loose session
>> and be asked to login in again. But, you are already
>> dealing with that a couple of times a day when your
>> application recycles anyway in windows 2003 server.
>>
>>
>>
>> --
>> 2004 and 2005 Microsoft MVP C#
>> Robbe Morris
>> http://www.masterado.net
>>
>> Earn $$$ money answering .NET Framework
>> messageboard posts at EggHeadCafe.com.
>> http://www.eggheadcafe.com/forums/merit.asp
>>
>>
>>
>> "Joseph George" <> wrote in message
>> news: ups.com...
>> > Hi,
>> >
>> > I'm looking for some documentation on how to painlessly update an
>> > asp.net website (DLLs and/or web.config) in a windows 2003 web farm
>> > with minimum impact to the end users. Is this possible at all?
>> >
>> > Can I remove each server one by one from the web farm, update it, then
>> > put it back online? Sorry if I sound like a newbie, but I'm new to the
>> > ASP.net enterprise arena.
>> >
>> > Thanks,
>> > jgp
>> >

>





Juan T. Llibre
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
HD DVD Gains Momentum. Allan DVD Video 4 07-03-2005 10:50 PM
Ritek and CMC Prep HD-DVD Disc Production. Allan DVD Video 0 04-12-2005 03:36 PM




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46