<?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: Migrating websites from IIS6 to IIS7</title>
	<atom:link href="http://www.iishacks.com/2008/10/07/migrating-websites-from-iis6-to-iis7/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.iishacks.com/2008/10/07/migrating-websites-from-iis6-to-iis7/</link>
	<description>System and Network Administration, IIS, Exchange Server, Windows Tips, Opinions</description>
	<lastBuildDate>Sat, 04 Feb 2012 21:31:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Micheal Kilpatric</title>
		<link>http://www.iishacks.com/2008/10/07/migrating-websites-from-iis6-to-iis7/comment-page-1/#comment-13750</link>
		<dc:creator>Micheal Kilpatric</dc:creator>
		<pubDate>Fri, 25 Sep 2009 18:34:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.iishacks.com/?p=190#comment-13750</guid>
		<description>One thing to note:  When creating archive copies of sites (if you have multiple or one), and you get the error about a property being marked as secure (ex:  Error: The property &#039;blob&#039; located at &#039;/metaKey[@path=&#039;/lm/w3svc/584088123&#039;]/metaProperty[@name=&#039;SSLCertHash&#039;]/cert&#039; is marked as secure. You must specify an encryption password to archive this property.
Error count: 1.), you must then use the  option encrpytPassword= for both SOURCE and DESTINATION (if archiving or migrating sites).

My example command that was successful: (I was migrating individual sites from within my core IIS6 server to a 64 bit IIS7 server)

C:\temp\archiveALL\178644647&gt;msdeploy -verb:sync -source:metakey=lm/w3svc/584088
123,encryptpassword=abc1 -dest:archivedir=c:\temp\archiveALL\584088123,encryptPa
ssword=abc1 -allowUntrusted &gt; c:\temp\archiveall\584088123.log

Just to help those that may run across this, as I couldn&#039;t find it anywhere on the correct syntax of the encryptPassword setting.

MK</description>
		<content:encoded><![CDATA[<p>One thing to note:  When creating archive copies of sites (if you have multiple or one), and you get the error about a property being marked as secure (ex:  Error: The property &#8216;blob&#8217; located at &#8216;/metaKey[@path='/lm/w3svc/584088123']/metaProperty[@name='SSLCertHash']/cert&#8217; is marked as secure. You must specify an encryption password to archive this property.<br />
Error count: 1.), you must then use the  option encrpytPassword= for both SOURCE and DESTINATION (if archiving or migrating sites).</p>
<p>My example command that was successful: (I was migrating individual sites from within my core IIS6 server to a 64 bit IIS7 server)</p>
<p>C:\temp\archiveALL\178644647&gt;msdeploy -verb:sync -source:metakey=lm/w3svc/584088<br />
123,encryptpassword=abc1 -dest:archivedir=c:\temp\archiveALL\584088123,encryptPa<br />
ssword=abc1 -allowUntrusted &gt; c:\temp\archiveall\584088123.log</p>
<p>Just to help those that may run across this, as I couldn&#8217;t find it anywhere on the correct syntax of the encryptPassword setting.</p>
<p>MK</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TP</title>
		<link>http://www.iishacks.com/2008/10/07/migrating-websites-from-iis6-to-iis7/comment-page-1/#comment-11646</link>
		<dc:creator>TP</dc:creator>
		<pubDate>Wed, 01 Jul 2009 13:40:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.iishacks.com/?p=190#comment-11646</guid>
		<description>Hey Tom,

I encountered this problem (so far on 64-bit OS&#039;s) on win2K3 and win2K8 (not only IIS realted but SharePoint too (Stsadm.exe) and its because you copied and pasted the command from a website. It seems silly I know, try and type the whole command in manually and it should work.</description>
		<content:encoded><![CDATA[<p>Hey Tom,</p>
<p>I encountered this problem (so far on 64-bit OS&#8217;s) on win2K3 and win2K8 (not only IIS realted but SharePoint too (Stsadm.exe) and its because you copied and pasted the command from a website. It seems silly I know, try and type the whole command in manually and it should work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://www.iishacks.com/2008/10/07/migrating-websites-from-iis6-to-iis7/comment-page-1/#comment-10637</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Wed, 03 Jun 2009 11:55:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.iishacks.com/?p=190#comment-10637</guid>
		<description>Executing MSDeploy results in:

C:\Program Files\IIS\Microsoft Web Deploy&gt;msdeploy -verb:getDependencies -source
:metakey=lm/w3svc/876095251
Error:  Unrecognized argument &#039;-verb:getDependencies&#039;.  All arguments must begin
 with -
Error count: 1

C:\Program Files\IIS\Microsoft Web Deploy&gt;msdeploy -verb:getDependencies -source
:metakey=lm/w3svc/876095251
Error:  Object of type &#039;metaKey&#039; and path &#039;lm/w3svc/876095251&#039; cannot be created

Error:  The metabase key &#039;/lm/w3svc/876095251&#039; could not be found.
Error:  Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
Error count: 1

What is wrong?

/Tom</description>
		<content:encoded><![CDATA[<p>Executing MSDeploy results in:</p>
<p>C:\Program Files\IIS\Microsoft Web Deploy&gt;msdeploy -verb:getDependencies -source<br />
:metakey=lm/w3svc/876095251<br />
Error:  Unrecognized argument &#8216;-verb:getDependencies&#8217;.  All arguments must begin<br />
 with -<br />
Error count: 1</p>
<p>C:\Program Files\IIS\Microsoft Web Deploy&gt;msdeploy -verb:getDependencies -source<br />
:metakey=lm/w3svc/876095251<br />
Error:  Object of type &#8216;metaKey&#8217; and path &#8216;lm/w3svc/876095251&#8242; cannot be created</p>
<p>Error:  The metabase key &#8216;/lm/w3svc/876095251&#8242; could not be found.<br />
Error:  Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))<br />
Error count: 1</p>
<p>What is wrong?</p>
<p>/Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Confluence: IT Knowledgebase</title>
		<link>http://www.iishacks.com/2008/10/07/migrating-websites-from-iis6-to-iis7/comment-page-1/#comment-10533</link>
		<dc:creator>Confluence: IT Knowledgebase</dc:creator>
		<pubDate>Mon, 01 Jun 2009 20:48:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.iishacks.com/?p=190#comment-10533</guid>
		<description>&lt;strong&gt;IIS 6 to IIS 7 Migration Steps...&lt;/strong&gt;

Install MSDeploy on each server. Make sure to use the proper type (x86 or x64) x86...</description>
		<content:encoded><![CDATA[<p><strong>IIS 6 to IIS 7 Migration Steps&#8230;</strong></p>
<p>Install MSDeploy on each server. Make sure to use the proper type (x86 or x64) x86&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://www.iishacks.com/2008/10/07/migrating-websites-from-iis6-to-iis7/comment-page-1/#comment-10219</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Fri, 22 May 2009 13:33:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.iishacks.com/?p=190#comment-10219</guid>
		<description>Hi Chris

Is it at all possible to have only the XML/Metadata/SiteInfo exported, instead of doing a full data archive with site info?

The situation I&#039;m in is this, I have a IIS6 website and wish to migrate it to IIS7, but there are certain file locks on files in the source data directory. Another problem I have, is that, using the example you&#039;ve given above, I don&#039;t get any ACL info.

The end result is that the archiving process fails, and the XMLs arent created.

The easiest solution from me, would be to get the site info across (so that I have the websites and their associated virtual directories etc), and then restore the data by hand to the IIS7 machine.

Any ideas on my errors, or how to get the end result I require? 

Tx,
Justin</description>
		<content:encoded><![CDATA[<p>Hi Chris</p>
<p>Is it at all possible to have only the XML/Metadata/SiteInfo exported, instead of doing a full data archive with site info?</p>
<p>The situation I&#8217;m in is this, I have a IIS6 website and wish to migrate it to IIS7, but there are certain file locks on files in the source data directory. Another problem I have, is that, using the example you&#8217;ve given above, I don&#8217;t get any ACL info.</p>
<p>The end result is that the archiving process fails, and the XMLs arent created.</p>
<p>The easiest solution from me, would be to get the site info across (so that I have the websites and their associated virtual directories etc), and then restore the data by hand to the IIS7 machine.</p>
<p>Any ideas on my errors, or how to get the end result I require? </p>
<p>Tx,<br />
Justin</p>
]]></content:encoded>
	</item>
</channel>
</rss>

