in reply to Interacting with IIS6

Hi cosmicperl,

Under IIS6 I am pretty sure you can set it up so that the metabase xml file can be configured dynamically, so you could exit the XML via Perl. Failing that you could look at the examples from Microsoft for working II6 using VB and create a Perl script to do the same. For Perl examples of working with WMI have a look at The Script Center Script Repository: Sample Perl Scripts.

Update: Perhaps Win32::IIS::Admin is of interest to you. I have never used it.

Hope this helps.

Martin

Replies are listed 'Best First'.
Re^2: Interacting with IIS6
by cosmicperl (Chaplain) on Mar 11, 2007 at 14:13 UTC
    Thanks Martin, I'll take a look