« Previous Next »

Thread: MSDeploy using custom manifast file to import iis application

Last post 11-25-2009 11:37 AM by moshaikh. 1 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (2 items)

Sort Posts:

  • 11-25-2009, 10:22 AM

    • yefetab
    • Not Ranked
    • Joined on 11-23-2009, 2:13 PM
    • Posts 5

    MSDeploy using custom manifast file to import iis application

    Hi, I tried to use the MSDeploy tool in order to create a package out of an exsiting iis application. my first try was : msdeploy -source:iisApp="Default Web Site/WebSiteName" -dest:package=c:\temp\pack.zip this was not successful. I got an error : that I must provide an verb :-( later on I thought to use a manifest file which ended the same (with an error :-() : msdeploy -source:manifest.txt -dest:package=c:\temp\pack.zip manifest.txt ------------------------------------------------------------------------- myCustomSite> iisApp path="TestWebSite" /> /myCustomSite> apparently I'm doing something wrong. can somebody help me with this ? how can I create the package not by the Web deployment tool UI ? Thanks for your help
  • 11-25-2009, 11:37 AM In reply to

    Re: MSDeploy using custom manifast file to import iis application

     You always need a verb for msdeploy to know what is your desired action. In this case it needs to be sync

    msdeploy -verb:sync -source:iisApp="Default web site/websitename" -dest:package=C:\temp\pack.zip

     You can read more about verbs here

    Let us know if you need more information.

Page 1 of 1 (2 items)
Microsoft Communities