Re: How to deploy a pool of web servers quickly?
From: David Wang [Msft] (someone_at_online.microsoft.com)
Date: 03/09/05
- Next message: Kal: "machine.config - add assembly="*" - Required permissions cannot be acquired - IIS 6.0 - c#"
- Previous message: Carlos Esteban: "Re: Windows 2000 SP4 breaks properties in IISADMIN"
- In reply to: Barry: "How to deploy a pool of web servers quickly?"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 8 Mar 2005 22:22:36 -0800
It is not possible with IIS is to save its configuration and copy that
configuration file to other machines. This is because the configuration file
contains encrypted data (all your user credentials, security ACLs, etc) that
is tied to a given machine's private key, as well as machine-specific data
(such as C:\windows vs G:\windows, IUSR_Machine1 vs IUSR_Machine2, etc) --
so it does not decrypt nor make sense when copied to another machine.
What you will end up doing is either use a replication tool like Application
Center to specifically replicate/deploy settings/content, or you write your
own automation scripts using IIS administration interfaces to do the same.
If you already have custom scripts/software, it is not hard to add the
automation scripts for IIS to do this. You can find plenty of samples on
Microsoft Script Center for IIS administration that illustrate how to do
many things on IIS.
http://www.microsoft.com/technet/scriptcenter/scripts/iis/default.mspx
-- //David IIS http://blogs.msdn.com/David.Wang This posting is provided "AS IS" with no warranties, and confers no rights. // "Barry" <Barry@discussions.microsoft.com> wrote in message news:5AE78624-10E2-46C8-911F-61A4A9138764@microsoft.com... Hello everyone, I'd like some advice on how to depoly a web server pool as quickly as possible. Right now, each web server we setup has roughly 200+ virtual folders, each with different sets of directory security access. Is there a way to setup one web server, save all it's IIS5 configurations, and then push it out to other servers? Thanks, Barry
- Next message: Kal: "machine.config - add assembly="*" - Required permissions cannot be acquired - IIS 6.0 - c#"
- Previous message: Carlos Esteban: "Re: Windows 2000 SP4 breaks properties in IISADMIN"
- In reply to: Barry: "How to deploy a pool of web servers quickly?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|