<?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: Minimizing Downtime When Deploying ASP.NET Web Applications</title>
	<atom:link href="http://www.billrowell.com/2009/01/17/minimizing-downtime-when-deploying-aspnet-web-applications/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.billrowell.com/2009/01/17/minimizing-downtime-when-deploying-aspnet-web-applications/</link>
	<description>Welcome To My World</description>
	<lastBuildDate>Tue, 15 Jun 2010 12:06:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Bill</title>
		<link>http://www.billrowell.com/2009/01/17/minimizing-downtime-when-deploying-aspnet-web-applications/comment-page-1/#comment-3138</link>
		<dc:creator>Bill</dc:creator>
		<pubDate>Tue, 10 Feb 2009 04:17:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.billrowell.com/?p=472#comment-3138</guid>
		<description>Josh,

Thanks for the suggestions.  I&#039;ll definitely try working some of those into my solution.</description>
		<content:encoded><![CDATA[<p>Josh,</p>
<p>Thanks for the suggestions.  I&#8217;ll definitely try working some of those into my solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://www.billrowell.com/2009/01/17/minimizing-downtime-when-deploying-aspnet-web-applications/comment-page-1/#comment-3135</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Tue, 10 Feb 2009 02:14:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.billrowell.com/?p=472#comment-3135</guid>
		<description>I run my site on 2 dedicated servers, 1 for web and 1 for the DB. I keep a staging version of my site on the DB server for testing since it is generally handling a lighter load and that way if I require an IIS restart it will not affect my live site. As for database changes, unless you are modifying existing fields in tables there should be ways around it affecting your live site. If I need to change a view or stored procedure, for example, named qryItems I will temporarily create a new one based on the original called qryItems1 which will include the new modifications and change the code on the test site to use this view for testing. I almost never make changes to tables besides adding fields anyhow so this approach has worked well for me. When it comes to actually deploying new assemblies the only downtime the live site has is performing the IIS restart :)</description>
		<content:encoded><![CDATA[<p>I run my site on 2 dedicated servers, 1 for web and 1 for the DB. I keep a staging version of my site on the DB server for testing since it is generally handling a lighter load and that way if I require an IIS restart it will not affect my live site. As for database changes, unless you are modifying existing fields in tables there should be ways around it affecting your live site. If I need to change a view or stored procedure, for example, named qryItems I will temporarily create a new one based on the original called qryItems1 which will include the new modifications and change the code on the test site to use this view for testing. I almost never make changes to tables besides adding fields anyhow so this approach has worked well for me. When it comes to actually deploying new assemblies the only downtime the live site has is performing the IIS restart :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->