Hi David,
Thanks for your reply:
> You will have to script it yourself on IIS 5.1
Actually, I prefer the scripting approach since I need to implement this in
a way which can be automated without requiring user intervention.
(Basically, if the user needs to do anything other than clicking on the
'Next' button, this is beyond them ;-) Can you provide links to any examples
or documentation on how to do this?
Thanks,
Joseph Geretz
On Jul 29, 8:08 pm, "Joseph Geretz" <jger...@nospam.com> wrote:
> What I'm trying to do is replicate an entire application environment from
> one box (on which the environment is developed) onto a number of laptops
[quoted text clipped - 54 lines]
>
> Joseph Geretz
You will have to script it yourself on IIS 5.1. It is not until IIS 7
that direct copying of IIS configuration between machines is supported
and possible (with some fixup).
//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//
David Wang - 31 Jul 2008 06:56 GMT
Sorry, there's no official documentation on how to do something like
copy IIS configuration. There's documentation on how to script IIS to
perform various tasks as well as all the properties one can use -- but
it is up to user understanding to put it all together.
Sample code illustrating how to script IIS programmatically:
http://www.microsoft.com/technet/scriptcenter/default.mspx
Documentation on all the IIS Metabase Properties, some of which you'd
need:
http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/cde66
9f1-5714-4159-af95-f334251c8cbd.mspx?mfr=true
Basically, you're not going to find any function to replicate or even
anything close to what you want to do. But if you understand the API
well enough, you can use it to achieve what you want.
//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//
> Hi David,
>
[quoted text clipped - 81 lines]
>
> - Show quoted text -