Hello all perl gurus,
i'm sticking out with the issue of changing configuration of IIS server
running on remote machine.
i want to know the possibility of doing that using Win32::OLE module.
so, far i am unable to do that.
Can any body send me some tutorials / docs regarding IIS server
configur
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
> -Original Message-
> From: a b [mailto:[EMAIL PROTECTED]
> Sent: Thursday, 9 February 2006 11:47 PM
> To: libwin32@perl.org; beginners@perl.org
> Subject: help required regarding Win32::OLE
>
>
> Hello all perl gurus,
>
> i'm sticking out with the issue of changing configuration of