【发布时间】:2014-11-10 02:46:22
【问题描述】:
在运行 IIS 6.0 和 Windows Server 2003 的服务器下,我使用典型的 IIS 命令行配置命令开始遇到问题,例如:
> c:\windows\system32\cscript.exe c:\Windows\system32\iisext.vbs /ListExt
或
> iisweb /create C:\Rome "My Vacations" /d www.reskit.com /dontstart
回复:
The IIS Admin scripts only support IIS 6.0
Error &H80070002: The system cannot find the file specified.
安装杀毒后开始出现问题,现已卸载,所以可能是杀毒更改或删除了任何相关文件,所以我试过了:
- sfc /scannow ,用于将文件恢复到原始状态。
- 重新安装(通过卸载/安装)IIS。
- 重新安装 Cscript。
- 重新安装所有 Framework.NET 版本。
但没有运气。
【问题讨论】:
标签: command-line iis-6 windows-server-2003