在window server2003中使用iis6可以使用 iisapp.vbs的命令! 但是在window server2008中使用的是iis7.0,在输入iisapp.vbs就会得到'iisapp' is not recognized as an internal or external command, operable program or batch file. 然后google吧! 又叫输入appcmd.exe ; 得到:'appcmd.exe' is not recognized as an internal or external command,operable program or batch file.
oh,怎么都不行呢!最后找到一篇老外的文章:http://learn.iis.net/page.aspx/114/getting-started-with-appcmdexe/
原来输入appcmd.exe命令的时候必须输入全路径:%systemroot%\system32\inetsrv\AppCmd.exe list sites 或者输入:inetsrv\appcmd list sites 也可以!
记录学习点滴...,坚持每天让自己的技能增加1%,默默的坚持下去吧!:-)