On Mon, 06 Feb 2006, a b wrote:
> > I have one require to modify the properties of IIS runing on remote
> > machine. i tried it with Win32::OLE module but unsuccessful
> >
> > my $Collection = Win32::OLE->GetObject("IIS://".$hostname."/w3svc");

I think this will only work if you have IIS installed on the
local machine too otherwise OLE will not be able to resolve the
IIS:// moniker.

You should try the Perl-Win32-Web (and maybe the Perl-Win32-Users)
mailing list instead. The libwin32 mailing list is really for discussion
of the development of the libwin32 modules and not for usage questions.

Cheers,
-Jan


Reply via email to