<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Using MSDeploy to automate your Enterprise Application remote deployments.</title>
	<atom:link href="http://lostechies.com/erichexter/2009/11/06/using-msdeploy-to-automate-your-enterprise-application-remote-deployments/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/erichexter/2009/11/06/using-msdeploy-to-automate-your-enterprise-application-remote-deployments/</link>
	<description></description>
	<lastBuildDate>Wed, 19 Jun 2013 06:32:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: Junk</title>
		<link>http://lostechies.com/erichexter/2009/11/06/using-msdeploy-to-automate-your-enterprise-application-remote-deployments/#comment-393</link>
		<dc:creator>Junk</dc:creator>
		<pubDate>Fri, 17 Jun 2011 17:13:00 +0000</pubDate>
		<guid isPermaLink="false">/blogs/hex/archive/2009/11/06/using-msdeploy-to-automate-your-enterprise-application-remote-deployments.aspx#comment-393</guid>
		<description>Fix your spelling errors...</description>
		<content:encoded><![CDATA[<p>Fix your spelling errors&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: msdeploy_dev</title>
		<link>http://lostechies.com/erichexter/2009/11/06/using-msdeploy-to-automate-your-enterprise-application-remote-deployments/#comment-289</link>
		<dc:creator>msdeploy_dev</dc:creator>
		<pubDate>Thu, 12 Nov 2009 08:54:00 +0000</pubDate>
		<guid isPermaLink="false">/blogs/hex/archive/2009/11/06/using-msdeploy-to-automate-your-enterprise-application-remote-deployments.aspx#comment-289</guid>
		<description>If performing this step seems like a hassle:

&gt;&gt; We do have to install MSDeploy on each server

Try adding ,tempagent=true after computername=${deploy.server} in your command-line.

Hope that helps!

</description>
		<content:encoded><![CDATA[<p>If performing this step seems like a hassle:</p>
<p>>> We do have to install MSDeploy on each server</p>
<p>Try adding ,tempagent=true after computername=${deploy.server} in your command-line.</p>
<p>Hope that helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mendicant</title>
		<link>http://lostechies.com/erichexter/2009/11/06/using-msdeploy-to-automate-your-enterprise-application-remote-deployments/#comment-288</link>
		<dc:creator>mendicant</dc:creator>
		<pubDate>Tue, 10 Nov 2009 04:34:40 +0000</pubDate>
		<guid isPermaLink="false">/blogs/hex/archive/2009/11/06/using-msdeploy-to-automate-your-enterprise-application-remote-deployments.aspx#comment-288</guid>
		<description>Eric, we do the exact same thing. Packaged deployment script + Nant binaries.</description>
		<content:encoded><![CDATA[<p>Eric, we do the exact same thing. Packaged deployment script + Nant binaries.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: erichexter</title>
		<link>http://lostechies.com/erichexter/2009/11/06/using-msdeploy-to-automate-your-enterprise-application-remote-deployments/#comment-287</link>
		<dc:creator>erichexter</dc:creator>
		<pubDate>Sun, 08 Nov 2009 20:08:52 +0000</pubDate>
		<guid isPermaLink="false">/blogs/hex/archive/2009/11/06/using-msdeploy-to-automate-your-enterprise-application-remote-deployments.aspx#comment-287</guid>
		<description>@eddie, we currently use this for Hot deployments.  I am looking at DropKick as a way for handling Cold deployments.  see http://dropkick.googlecode.com 

@rob .. you can find MSDeploy in the Web Deployment tool from here http://www.iis.net/extensions/WebDeploymentTool

@mendicant  we use a seperate nant script for deployements that is really light and kept seperate from our build scripts. so part of our deployment package does include the nant binaries... i am looking to get away from this and use DropKick instead..

@peter I have exes in my sync, but I am using the Service and not IIS as the end point on the servers.  I have made this work with nant deployments, msi, and exes.
</description>
		<content:encoded><![CDATA[<p>@eddie, we currently use this for Hot deployments.  I am looking at DropKick as a way for handling Cold deployments.  see <a href="http://dropkick.googlecode.com" rel="nofollow">http://dropkick.googlecode.com</a> </p>
<p>@rob .. you can find MSDeploy in the Web Deployment tool from here <a href="http://www.iis.net/extensions/WebDeploymentTool" rel="nofollow">http://www.iis.net/extensions/WebDeploymentTool</a></p>
<p>@mendicant  we use a seperate nant script for deployements that is really light and kept seperate from our build scripts. so part of our deployment package does include the nant binaries&#8230; i am looking to get away from this and use DropKick instead..</p>
<p>@peter I have exes in my sync, but I am using the Service and not IIS as the end point on the servers.  I have made this work with nant deployments, msi, and exes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Seale</title>
		<link>http://lostechies.com/erichexter/2009/11/06/using-msdeploy-to-automate-your-enterprise-application-remote-deployments/#comment-286</link>
		<dc:creator>Peter Seale</dc:creator>
		<pubDate>Sat, 07 Nov 2009 01:19:39 +0000</pubDate>
		<guid isPermaLink="false">/blogs/hex/archive/2009/11/06/using-msdeploy-to-automate-your-enterprise-application-remote-deployments.aspx#comment-286</guid>
		<description>Nice. If nothing else I like the file syncing aspect, and the ability to circumvent virus scanner rules (I&#039;ve been burned by them multiple times; remotely copying EXEs to a computer is a no-no apparently)</description>
		<content:encoded><![CDATA[<p>Nice. If nothing else I like the file syncing aspect, and the ability to circumvent virus scanner rules (I&#8217;ve been burned by them multiple times; remotely copying EXEs to a computer is a no-no apparently)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mendicant</title>
		<link>http://lostechies.com/erichexter/2009/11/06/using-msdeploy-to-automate-your-enterprise-application-remote-deployments/#comment-285</link>
		<dc:creator>mendicant</dc:creator>
		<pubDate>Fri, 06 Nov 2009 22:16:12 +0000</pubDate>
		<guid isPermaLink="false">/blogs/hex/archive/2009/11/06/using-msdeploy-to-automate-your-enterprise-application-remote-deployments.aspx#comment-285</guid>
		<description>When we deploy, we have a set of nant tasks that gets run that does a similar set of steps to what you&#039;ve done above....

Short story, we remove the site and then recreate it pointing to new binaries, all within NAnt.

I can see how deploying to dev would be really nice with this though. Have MSDeploy copy over our sql migration,  and run it (nant). Then copy over our Web migration and run it (also nant).</description>
		<content:encoded><![CDATA[<p>When we deploy, we have a set of nant tasks that gets run that does a similar set of steps to what you&#8217;ve done above&#8230;.</p>
<p>Short story, we remove the site and then recreate it pointing to new binaries, all within NAnt.</p>
<p>I can see how deploying to dev would be really nice with this though. Have MSDeploy copy over our sql migration,  and run it (nant). Then copy over our Web migration and run it (also nant).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rod Trent</title>
		<link>http://lostechies.com/erichexter/2009/11/06/using-msdeploy-to-automate-your-enterprise-application-remote-deployments/#comment-284</link>
		<dc:creator>Rod Trent</dc:creator>
		<pubDate>Fri, 06 Nov 2009 19:12:09 +0000</pubDate>
		<guid isPermaLink="false">/blogs/hex/archive/2009/11/06/using-msdeploy-to-automate-your-enterprise-application-remote-deployments.aspx#comment-284</guid>
		<description>Link for more info?</description>
		<content:encoded><![CDATA[<p>Link for more info?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eddie Cianci</title>
		<link>http://lostechies.com/erichexter/2009/11/06/using-msdeploy-to-automate-your-enterprise-application-remote-deployments/#comment-283</link>
		<dc:creator>Eddie Cianci</dc:creator>
		<pubDate>Fri, 06 Nov 2009 17:56:45 +0000</pubDate>
		<guid isPermaLink="false">/blogs/hex/archive/2009/11/06/using-msdeploy-to-automate-your-enterprise-application-remote-deployments.aspx#comment-283</guid>
		<description>Hi Eric,

Do you use MSDeploy for hot &amp; cold deployments (upgrade vs install)? Currently when we do a cold deployment, installing an app on a server for the 1st time, we manually create the Application Pool &amp; Virtual Directory in IIS.</description>
		<content:encoded><![CDATA[<p>Hi Eric,</p>
<p>Do you use MSDeploy for hot &#038; cold deployments (upgrade vs install)? Currently when we do a cold deployment, installing an app on a server for the 1st time, we manually create the Application Pool &#038; Virtual Directory in IIS.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
