« Previous Next »

Thread: Cruise Control and MS Deploy

Last post 05-06-2009 8:47 AM by sasikantt24. 2 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (3 items)

Sort Posts:

  • 04-25-2009, 1:12 AM

    Cruise Control and MS Deploy

    Hi,

    Currently we are using Cruise control and nant scripts for creating packages and deploying them.

    I have couple of questions. Please help me to understand MS deploy thoroughly.1. Can we use packages (zip files) created using nant build scripts along with Web Deployment tool (MS deploy) to deploy application?2. Can we replace web.config contents dynamically which is part of package which is not created using MS Deploy?

    2. Can we use MS deploy to deploy application which is not already deployed on any server (First time deployment)?

    Regards,

    Shashikant Gund 
  • 04-27-2009, 12:31 AM In reply to

    Re: Cruise Control and MS Deploy

    I don't know anything about nant, specifically what types of ZIP files it produces.  But MSDeploy should handle most ZIP files created by Windows Explorer, or other tools.  If you use another tool to create your ZIP files, you'll have to manually add the manifest.xml/parameters.xml files at the root in order for MSDeploy to consume them.  That is how the microsoft app gallery works -> third parties create their own ZIP files (for Wordpress, Drupal, etc) and add these files to get things working. 

    THe parameters.xml file defines how files should be transformed during the deployment.  For example, altering web.config files as they are written to change the connection strings for DBs. 

    MSDeploy can be used for first time deployment.  The App gallery scenario is just this.  First time creation of web applications.  (think of it as a radically simplified web application setup framework).   

  • 05-06-2009, 8:47 AM In reply to

    Re: Cruise Control and MS Deploy

    Thank you for quick reply. Can you tell me where l will get detailed information about xml files archive.xml, parameters.xml and systemInfo.xml.

    Has package fixed folder structure ? e.g.

    package.zip will always contain

    1. "content" folder and

     2. xml files

    Thank you!

Page 1 of 1 (3 items)
Microsoft Communities