of course if anybody has any sample code that would be greatly
appreciated ;-)
 
but in the mean time i am trying to figure it out from a vbscript that i
have.
 
this does not work....
 
use Win32;
use Win32::OLE;
 
$websvc = Win32::OLE -> GetObject("IIS://localhost/W3SVC");
 
$site = $websvc -> GetObject("IISWebServer", "Default Web Site");
 
 
now, according to the vbscript, this is somewhat how you do it but i
keep getting 
 
Win32::OLE(0.1601) error 0x80070003: "The system cannot find the path
specified"
 
so i must be close. 
 
anybody have any ideas?
 
oh, this is activestate perl 5.8
 
thanks!
_______________________________________________
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to