I was looking forward to using MSDeploy with IIS 7.0 web servers to be able to capture IIS metadata. However, I don't seem to know how to build this command. I want to capture all of the web site metadata and the associated application pool metadata. I do not want to capture the files.
Here is the command I used and the resultant output
c:\build\Phoenix>"C:\program files\IIS\Microsoft web deploy\msdeploy.exe" -verb:sync -source:appHostConfig="dev-phoenix.
socsuite.com",computerName=http://web02-d:81/msdeploy -dest:archivedir=WebDir -enableLink:AppPoolExtension -disableLink:ContentExtension
Error: Using a 64-bit source and a 32-bit destination with provider appHostConfig is not supported.
Error count: 1.
So what would the correct command be? Do I have to capture the appPool and webSite metadata separately? I was hoping to be able to simply direct MSDeploy to perform this capture using only the website name. TIA.