I have a VB Script that I have used to create sites in IIS6 including FTP
setup. This script fails on the line:
set FTPRoot = GetObject("IIS://localhost/msftpsvc/1/root")
I have installed all 4 "IIS 6 Management Compatibility" components.
The error message I get is:
"The system cannot find the pach specified"
(code: 80070003)
I normally find everything I need on Google, but not this time, can anybody
help?