热门排行
简介
微软2003自带的vbs文件,方便控制iis网站的创建,停止,删除等。
应用到: Windows Server 2003, Windows Server 2003 R2, Windows Server 2003 with SP1, Windows Server 2003 with SP2
Iisweb.vbs:IIS 网站管理脚本
在运行带有 Internet 信息服务 (IIS) 6.0 的 Windows Server 2003 的服务器上创建、删除和列出网站。也可以启动、停止和暂停网站。
要查看该命令语法,请单击以下命令:
•iisweb /create
•iisweb /delete, /start, /stop, /pause
•iisweb /query
很实用的两个例子:
[code]
cmd.exe /k iisweb /create e:\web\jb51 "jb51.net" /i 192.168.1.98 /d www.jb51.net /b 8088
cscript.exe C:\windows\system32\iisweb.vbs /stop "www.jb51.net"
[/code]
应用到: Windows Server 2003, Windows Server 2003 R2, Windows Server 2003 with SP1, Windows Server 2003 with SP2
Iisweb.vbs:IIS 网站管理脚本
在运行带有 Internet 信息服务 (IIS) 6.0 的 Windows Server 2003 的服务器上创建、删除和列出网站。也可以启动、停止和暂停网站。
要查看该命令语法,请单击以下命令:
•iisweb /create
•iisweb /delete, /start, /stop, /pause
•iisweb /query
很实用的两个例子:
[code]
cmd.exe /k iisweb /create e:\web\jb51 "jb51.net" /i 192.168.1.98 /d www.jb51.net /b 8088
cscript.exe C:\windows\system32\iisweb.vbs /stop "www.jb51.net"
[/code]