Ask a Question related to ASP.NET General, Design and Development.
-
Christopher D. Wiederspan #1
Synchronizing ASP.NET Content Across WebFarm
We are getting ready to move an ASP.NET application off of a single
development machine and onto a "webfarm". Basically our webfarm is a bunch
of identical servers with the load-balancing provided by a network
appliance. What I'm wondering is what is the best way to keep the ASP.NET
(.aspx and .dll) files synchronized across all of the servers in the farm.
Our ASP.NET application is very simple - we could just copy the content to
all of the servers in the farm, but with a large farm, it's fairly messy to
ensure that everything gets updated systematically.
Any ideas would be greatly appreciated.
Thanks,
Chris
Christopher D. Wiederspan Guest
-
synchronizing templates
I've got two questions about downloading templates in CT. I'm wondering if I have something setup incorrectly. Maybe this is the way CT is supposed... -
Secuirty context token in webfarm sample
hello I am trying to run the sample of secuirty context token in webfarm .. Its giving a Asynchronous exception , bad request.. Any help fully... -
Synchronizing an avi
How can I get an avi to go to the next or a specific frame when finished playing? Since avi does not support cue points. Thanks -
Webfarm and Webgarden
Hi all, where can I find more good information on Webfarm and Webgarden? Thanks Jenny -
View State is invalid Error on webfarm!
Are the pages 100% idential on both servers? "David Grubbs" <dgrubbs@yahoo-inc.com> wrote in message... -
Michael Pearson #2
Re: Synchronizing ASP.NET Content Across WebFarm
You could look at Windows 2000 DFS replication to make this happen.
Also, be sure that if you are using forms authentication that you match the
machine.key in the web.config on both machines. If not, the user's token
will be rejected by the other webserver.
Michael
"Christopher D. Wiederspan" <wiederspan@netquote.com> wrote in message
news:eE6tjgqVDHA.2012@TK2MSFTNGP10.phx.gbl...to> We are getting ready to move an ASP.NET application off of a single
> development machine and onto a "webfarm". Basically our webfarm is a bunch
> of identical servers with the load-balancing provided by a network
> appliance. What I'm wondering is what is the best way to keep the ASP.NET
> (.aspx and .dll) files synchronized across all of the servers in the farm.
> Our ASP.NET application is very simple - we could just copy the content to
> all of the servers in the farm, but with a large farm, it's fairly messy> ensure that everything gets updated systematically.
>
> Any ideas would be greatly appreciated.
>
> Thanks,
> Chris
>
>
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system ([url]http://www.grisoft.com[/url]).
Version: 6.0.504 / Virus Database: 302 - Release Date: 7/24/2003
Michael Pearson Guest
-
Yan-Hong Huang[MSFT] #3
RE: Synchronizing ASP.NET Content Across WebFarm
Hello Chris,
Thanks for Matt and Michael's suggestion.
Besides synchronizing the file contents of asp.net application in web farm, we also need to pay attention to synchronizing the
cache if you are using caching in asp.net
Please refer to [url]http://www.eggheadcafe.com/articles/20030420.asp[/url] for details.
For synchronizing server keys and sharing encryption key values across the Web farm, please refer to MSDN article
"Best Practices for Authentication for Web Farms"
[url]http://msdn.microsoft.com/library/en-us/sysadmin/htm/cms_sa_au_user_pjnh.asp?frame=true[/url]
Hope them help.
Best regards,
Yanhong Huang
Microsoft Online Partner Support
Get Secure! - [url]www.microsoft.com/security[/url]
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
!From: "Christopher D. Wiederspan" <wiederspan@netquote.com>
!Subject: Synchronizing ASP.NET Content Across WebFarm
!Date: Wed, 30 Jul 2003 08:40:55 -0600
!Lines: 15
!X-Priority: 3
!X-MSMail-Priority: Normal
!X-Newsreader: Microsoft Outlook Express 6.00.3790.0
!X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
!Message-ID: <eE6tjgqVDHA.2012@TK2MSFTNGP10.phx.gbl>
!Newsgroups: microsoft.public.dotnet.framework.aspnet
!NNTP-Posting-Host: 67.96.151.130
!Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP10.phx.gbl
!Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:163379
!X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
!
!We are getting ready to move an ASP.NET application off of a single
!development machine and onto a "webfarm". Basically our webfarm is a bunch
!of identical servers with the load-balancing provided by a network
!appliance. What I'm wondering is what is the best way to keep the ASP.NET
!(.aspx and .dll) files synchronized across all of the servers in the farm.
!Our ASP.NET application is very simple - we could just copy the content to
!all of the servers in the farm, but with a large farm, it's fairly messy to
!ensure that everything gets updated systematically.
!
!Any ideas would be greatly appreciated.
!
!Thanks,
!Chris
!
!
!
Yan-Hong Huang[MSFT] Guest



Reply With Quote

