NAME
Win32::IIS::Admin - Administer Internet Information Service on Windows
SYNOPSIS
use Win32::IIS::Admin;
my $oWIA = new Win32::IIS::Admin;
$oWIA->create_virtual_dir(-dir_name => 'cgi-bin',
-path => 'C:\wwwroot\cgi-bin',
-executable => 1);
DESCRIPTION
Enables you to do a few administration tasks on a IIS webserver. Currently only works for IIS 5 (i.e. Windows 2000 Server). Currently there are very few tasks it can do.
METHODS
- new
-
new
- create_virtual_dir
-
Description...
- errors
BUGS
To report a bug, please use http://rt.cpan.org.
AUTHOR
Martin Thurn mthurn@cpan.org
COPYRIGHT
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
The full text of the license can be found in the LICENSE file included with this module.