<?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: How to export your IIS7 config from one server and import into another</title>
	<atom:link href="http://www.phishthis.com/2008/05/27/how-to-export-your-iis-config-from-one-box-and-import-on-another/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phishthis.com/2008/05/27/how-to-export-your-iis-config-from-one-box-and-import-on-another/</link>
	<description></description>
	<lastBuildDate>Thu, 15 Sep 2011 01:27:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
	<item>
		<title>By: Sid</title>
		<link>http://www.phishthis.com/2008/05/27/how-to-export-your-iis-config-from-one-box-and-import-on-another/comment-page-1/#comment-31707</link>
		<dc:creator>Sid</dc:creator>
		<pubDate>Wed, 24 Aug 2011 19:52:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.phishthis.com/?p=26#comment-31707</guid>
		<description>If you&#039;re getting the 503 error with the application pools shutting down after a series a failure, you&#039;re missing something vital for IIS to run. It&#039;s not necessarily an issue with the configuration export/import

There needs to be a prerequiste to this how-to. The first should be to build a site out manually and verify it&#039;s working before importing the config else you maybe stuck with a configuration you enabled that&#039;s may not even be available.

In my case it was as simple as .net and asp roles were not installed.

This shortcut for import-export works great. I was wondering if one could just copy the files from the root conifg working server to new server but apparently you can&#039;t b/c of the encryption keys.</description>
		<content:encoded><![CDATA[<p>If you&#8217;re getting the 503 error with the application pools shutting down after a series a failure, you&#8217;re missing something vital for IIS to run. It&#8217;s not necessarily an issue with the configuration export/import</p>
<p>There needs to be a prerequiste to this how-to. The first should be to build a site out manually and verify it&#8217;s working before importing the config else you maybe stuck with a configuration you enabled that&#8217;s may not even be available.</p>
<p>In my case it was as simple as .net and asp roles were not installed.</p>
<p>This shortcut for import-export works great. I was wondering if one could just copy the files from the root conifg working server to new server but apparently you can&#8217;t b/c of the encryption keys.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas</title>
		<link>http://www.phishthis.com/2008/05/27/how-to-export-your-iis-config-from-one-box-and-import-on-another/comment-page-1/#comment-27729</link>
		<dc:creator>Andreas</dc:creator>
		<pubDate>Mon, 23 May 2011 11:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.phishthis.com/?p=26#comment-27729</guid>
		<description>Fantastic,,,talk about saving a days work!

/Andreas</description>
		<content:encoded><![CDATA[<p>Fantastic,,,talk about saving a days work!</p>
<p>/Andreas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bron Davies</title>
		<link>http://www.phishthis.com/2008/05/27/how-to-export-your-iis-config-from-one-box-and-import-on-another/comment-page-1/#comment-27685</link>
		<dc:creator>Bron Davies</dc:creator>
		<pubDate>Sun, 22 May 2011 00:22:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.phishthis.com/?p=26#comment-27685</guid>
		<description>If you try to migrate to Windows 2008 R2 by exporting and overwriting your config files then you will get this type of error because the administration.config has different assemblies referenced.  Just start by using the default administration.config</description>
		<content:encoded><![CDATA[<p>If you try to migrate to Windows 2008 R2 by exporting and overwriting your config files then you will get this type of error because the administration.config has different assemblies referenced.  Just start by using the default administration.config</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sanjev</title>
		<link>http://www.phishthis.com/2008/05/27/how-to-export-your-iis-config-from-one-box-and-import-on-another/comment-page-1/#comment-25404</link>
		<dc:creator>sanjev</dc:creator>
		<pubDate>Fri, 08 Apr 2011 08:27:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.phishthis.com/?p=26#comment-25404</guid>
		<description>Please can you also let me know how I could export one site with its virtual directories to another server that has mutiple sites running in IIS7. The source server is an IIS7 server as well.</description>
		<content:encoded><![CDATA[<p>Please can you also let me know how I could export one site with its virtual directories to another server that has mutiple sites running in IIS7. The source server is an IIS7 server as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.phishthis.com/2008/05/27/how-to-export-your-iis-config-from-one-box-and-import-on-another/comment-page-1/#comment-18845</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Sun, 26 Dec 2010 05:47:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.phishthis.com/?p=26#comment-18845</guid>
		<description>Note: IIS Manager should be run as Admin, otherwise after entering the password in the import there will be an error.</description>
		<content:encoded><![CDATA[<p>Note: IIS Manager should be run as Admin, otherwise after entering the password in the import there will be an error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://www.phishthis.com/2008/05/27/how-to-export-your-iis-config-from-one-box-and-import-on-another/comment-page-1/#comment-14888</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Mon, 11 Oct 2010 15:27:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.phishthis.com/?p=26#comment-14888</guid>
		<description>That&#039;s what I said at the top of the article.</description>
		<content:encoded><![CDATA[<p>That&#8217;s what I said at the top of the article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shan</title>
		<link>http://www.phishthis.com/2008/05/27/how-to-export-your-iis-config-from-one-box-and-import-on-another/comment-page-1/#comment-14293</link>
		<dc:creator>shan</dc:creator>
		<pubDate>Sat, 25 Sep 2010 18:05:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.phishthis.com/?p=26#comment-14293</guid>
		<description>This will break the iis config on new server. Do not use the above as the feature is meant for something else. Use IIS web deployment for migrations.</description>
		<content:encoded><![CDATA[<p>This will break the iis config on new server. Do not use the above as the feature is meant for something else. Use IIS web deployment for migrations.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.phishthis.com/2008/05/27/how-to-export-your-iis-config-from-one-box-and-import-on-another/comment-page-1/#comment-10742</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Fri, 30 Apr 2010 19:50:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.phishthis.com/?p=26#comment-10742</guid>
		<description>I love you... lol, saved my ass thanks.</description>
		<content:encoded><![CDATA[<p>I love you&#8230; lol, saved my ass thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cameron</title>
		<link>http://www.phishthis.com/2008/05/27/how-to-export-your-iis-config-from-one-box-and-import-on-another/comment-page-1/#comment-10056</link>
		<dc:creator>Cameron</dc:creator>
		<pubDate>Fri, 26 Mar 2010 17:16:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.phishthis.com/?p=26#comment-10056</guid>
		<description>Is it possible to automate the Export Configuration option?
I would like to automate the creation of backups that can be restored on any machine.</description>
		<content:encoded><![CDATA[<p>Is it possible to automate the Export Configuration option?<br />
I would like to automate the creation of backups that can be restored on any machine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zynga chips</title>
		<link>http://www.phishthis.com/2008/05/27/how-to-export-your-iis-config-from-one-box-and-import-on-another/comment-page-1/#comment-9953</link>
		<dc:creator>zynga chips</dc:creator>
		<pubDate>Sun, 21 Mar 2010 03:10:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.phishthis.com/?p=26#comment-9953</guid>
		<description>i was starting to feel i may well end up being the sole student that thought about this, at the least now i understand i&#039;m not loonie :) i am going to make it a point to take a look at a number various posts just after i get my morning caffeine in me, it can be rough to read with out my coffee, I was unbelivably late last evening playing facebook poker and after downing a few ales i wound up losing all my zynga poker chips adios for now :)</description>
		<content:encoded><![CDATA[<p>i was starting to feel i may well end up being the sole student that thought about this, at the least now i understand i&#8217;m not loonie :) i am going to make it a point to take a look at a number various posts just after i get my morning caffeine in me, it can be rough to read with out my coffee, I was unbelivably late last evening playing facebook poker and after downing a few ales i wound up losing all my zynga poker chips adios for now :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

