Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Nice and simple commands
To export the All Website from IIS 6 in a package:
msdeploy -verb:sync -source:metakey=lm/w3svc -dest:package=c:\temp\AllSites.zip,encryptPassword=test -enableLink:appPool
To import All Websites from the package on IIS 7:
msdeploy -verb:sync -source:package=C:\temp\AllSites.zip,encryptPassword=test -dest:metakey=lm/w3svc,rootwebconfig32.netfxversion=2.0.50727,encryptPassword=test -enableLink:appPool
Comments
- Anonymous
March 13, 2015
Awesome Dude zeast of all webdeploy in two commands