in reply to How can I dump the Microsoft Windows IIS metabase in Perl?

I have not tried it, but, in theory it should work ..

MS publishes a COM interface to the IIS ADMIN object. This is documented at the MSDN site. This object contains mechanisms to access the metabase properties.

You should be able to instantiate the COM object with Win32::OLE.

     "Man cannot live by bread alone...
         He'd better have some goat cheese and wine to go with it!"

  • Comment on Re: How can I dump the Microsoft Windows IIS metabase in Perl?