我在使用带有IIS 6的Web Deploy
appHostConfig提供程序时遇到问题.我没有在文档中看到任何内容,说我不能或我需要安装任何额外的东西.
我知道我在IIS的更高版本中正在尝试做什么.如果我在IIS 7.5(Windows 7)上运行以下命令,它将创建我可以在IIS管理器中看到的默认网站的副本.
"C:\Program Files (x86)\IIS\Microsoft Web Deploy V2\msdeploy.exe" -verb:sync -source:apphostconfig="Default Web Site" -dest:apphostconfig="Created from command line"
但是,当我尝试在IIS 6(Windows 2003)上执行完全相同的操作时,我收到以下消息:
Error: Object of type ‘appHostConfig’
and path ‘Default Web Site’ cannot be
created.Error: A command was issued that requires the IIS Configuration System but the system is not available. Make sure you are using a version of IIS that contains the Configuration System.
我可以在IIS 6中执行此操作,还是需要执行不同的操作?