Under server running IIS 6.0 and Windows Server 2003, I've start to having problems using typical IIS command line configuration commands, for example:
> c:\windows\system32\cscript.exe c:\Windows\system32\iisext.vbs /ListExt
or
> iisweb /create C:\Rome "My Vacations" /d www.reskit.com /dontstart
Reply with:
The IIS Admin scripts only support IIS 6.0
Error &H80070002: The system cannot find the file specified.
The problem start after install antivirus, now uninstalled, so may be antivirus changed or deleted any relevant file, so I've tried:
- sfc /scannow , for recover files to it's original state.
- Reinstall (by uninstalling / installing) IIS.
- Reinstall Cscript.
- Reinstall all Framework.NET versions.
But no luck.