RE: Win32::OLE for IIS
by Jan Dubois other posts by this author
Feb 9 2006 2:18PM messages near this date
Fwd: Win32::OLE for IIS
|
Re: including Win32 functions in Core (was Re: [PATCH] Re: replacing "inuse" Win files...)
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
Thread:
A B
Jan Dubois
|