<?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 Windows Server 2003 to 2012	</title>
	<atom:link href="https://blog.adamzolo.com/migrating-windows-server-2003-2012/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.adamzolo.com/migrating-windows-server-2003-2012/</link>
	<description>Blog about Things by Adam Zolotarev</description>
	<lastBuildDate>Thu, 29 Dec 2016 13:01:10 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>
	<item>
		<title>
		By: Froberg		</title>
		<link>https://blog.adamzolo.com/migrating-windows-server-2003-2012/#comment-183</link>

		<dc:creator><![CDATA[Froberg]]></dc:creator>
		<pubDate>Thu, 29 Dec 2016 13:01:10 +0000</pubDate>
		<guid isPermaLink="false">http://eazolo.com/blog/?p=50#comment-183</guid>

					<description><![CDATA[@Jeff, I realize it&#039;s been years, but your comment got me curious. D:yourpath doesn&#039;t seem like it would be a viable path in a windows environment. Usually you need liberal use of \ to indicate folders. I&#039;d assume yours should be D:\Sites\CTAPrototype, yeah?]]></description>
			<content:encoded><![CDATA[<p>@Jeff, I realize it&#8217;s been years, but your comment got me curious. D:yourpath doesn&#8217;t seem like it would be a viable path in a windows environment. Usually you need liberal use of \ to indicate folders. I&#8217;d assume yours should be D:\Sites\CTAPrototype, yeah?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Nick		</title>
		<link>https://blog.adamzolo.com/migrating-windows-server-2003-2012/#comment-18</link>

		<dc:creator><![CDATA[Nick]]></dc:creator>
		<pubDate>Tue, 31 Mar 2015 13:50:28 +0000</pubDate>
		<guid isPermaLink="false">http://eazolo.com/blog/?p=50#comment-18</guid>

					<description><![CDATA[No problem... I was so happy first, I was looking for something exactly like the &quot;Another way (this does not copy the content, so you have to copy the folders with sites contents)&quot; for IIS 6.

Anyway, still a great article, thanks for writing it.]]></description>
			<content:encoded><![CDATA[<p>No problem&#8230; I was so happy first, I was looking for something exactly like the &#8220;Another way (this does not copy the content, so you have to copy the folders with sites contents)&#8221; for IIS 6.</p>
<p>Anyway, still a great article, thanks for writing it.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: admin		</title>
		<link>https://blog.adamzolo.com/migrating-windows-server-2003-2012/#comment-17</link>

		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 30 Mar 2015 22:34:26 +0000</pubDate>
		<guid isPermaLink="false">http://eazolo.com/blog/?p=50#comment-17</guid>

					<description><![CDATA[I think you are right, apppool is only available starting with IIS7. I used webdeploy and wrote about apppool just as an option. I&#039;ll edit it. Sorry about it.]]></description>
			<content:encoded><![CDATA[<p>I think you are right, apppool is only available starting with IIS7. I used webdeploy and wrote about apppool just as an option. I&#8217;ll edit it. Sorry about it.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Nick		</title>
		<link>https://blog.adamzolo.com/migrating-windows-server-2003-2012/#comment-16</link>

		<dc:creator><![CDATA[Nick]]></dc:creator>
		<pubDate>Mon, 30 Mar 2015 18:26:28 +0000</pubDate>
		<guid isPermaLink="false">http://eazolo.com/blog/?p=50#comment-16</guid>

					<description><![CDATA[Thanks, it&#039;s a great article.

The only part that beats me is the &quot;Another way (this does not copy the content...) which is exactly what I am interested in.

How do you run on the Windows 2003 IIS6 source server this?

C:WindowsSystem32inetsrvappcmd list apppool /config /xml &#062; C: apppools.xml

It looks like appcmd  is part of IIS7 and above.

Thanks,
Nick]]></description>
			<content:encoded><![CDATA[<p>Thanks, it&#8217;s a great article.</p>
<p>The only part that beats me is the &#8220;Another way (this does not copy the content&#8230;) which is exactly what I am interested in.</p>
<p>How do you run on the Windows 2003 IIS6 source server this?</p>
<p>C:WindowsSystem32inetsrvappcmd list apppool /config /xml &gt; C: apppools.xml</p>
<p>It looks like appcmd  is part of IIS7 and above.</p>
<p>Thanks,<br />
Nick</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: admin		</title>
		<link>https://blog.adamzolo.com/migrating-windows-server-2003-2012/#comment-15</link>

		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sat, 02 Aug 2014 15:12:47 +0000</pubDate>
		<guid isPermaLink="false">http://eazolo.com/blog/?p=50#comment-15</guid>

					<description><![CDATA[I used a manual option - created a package on the old server first, moved the package to the new server, synced it on the new server. If you want to use Pull or Push option, then you don&#039;t need to create the zip packages - you run msdeploy with Push/Pull option directly from the server (push if running from source; pull if running from destination). I haven&#039;t tried Push/Pull myself.]]></description>
			<content:encoded><![CDATA[<p>I used a manual option &#8211; created a package on the old server first, moved the package to the new server, synced it on the new server. If you want to use Pull or Push option, then you don&#8217;t need to create the zip packages &#8211; you run msdeploy with Push/Pull option directly from the server (push if running from source; pull if running from destination). I haven&#8217;t tried Push/Pull myself.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: JeffromTAirport		</title>
		<link>https://blog.adamzolo.com/migrating-windows-server-2003-2012/#comment-14</link>

		<dc:creator><![CDATA[JeffromTAirport]]></dc:creator>
		<pubDate>Fri, 01 Aug 2014 16:08:27 +0000</pubDate>
		<guid isPermaLink="false">http://eazolo.com/blog/?p=50#comment-14</guid>

					<description><![CDATA[Trying to understand when each step/command is perform. I see the first set of instructions for PreWebDeploy was done on source. Is the package then physically moved to the target and then sync web deploy run? Is this a push or pull. Explaining the other options listed will help as well.]]></description>
			<content:encoded><![CDATA[<p>Trying to understand when each step/command is perform. I see the first set of instructions for PreWebDeploy was done on source. Is the package then physically moved to the target and then sync web deploy run? Is this a push or pull. Explaining the other options listed will help as well.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: JeffromTAirport		</title>
		<link>https://blog.adamzolo.com/migrating-windows-server-2003-2012/#comment-13</link>

		<dc:creator><![CDATA[JeffromTAirport]]></dc:creator>
		<pubDate>Tue, 29 Jul 2014 13:19:20 +0000</pubDate>
		<guid isPermaLink="false">http://eazolo.com/blog/?p=50#comment-13</guid>

					<description><![CDATA[Thanks for responding admin.]]></description>
			<content:encoded><![CDATA[<p>Thanks for responding admin.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: admin		</title>
		<link>https://blog.adamzolo.com/migrating-windows-server-2003-2012/#comment-12</link>

		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 28 Jul 2014 23:41:35 +0000</pubDate>
		<guid isPermaLink="false">http://eazolo.com/blog/?p=50#comment-12</guid>

					<description><![CDATA[Sorry, wish I could help, but I have no idea.]]></description>
			<content:encoded><![CDATA[<p>Sorry, wish I could help, but I have no idea.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: JeffromTAirport		</title>
		<link>https://blog.adamzolo.com/migrating-windows-server-2003-2012/#comment-11</link>

		<dc:creator><![CDATA[JeffromTAirport]]></dc:creator>
		<pubDate>Mon, 28 Jul 2014 17:42:55 +0000</pubDate>
		<guid isPermaLink="false">http://eazolo.com/blog/?p=50#comment-11</guid>

					<description><![CDATA[XXXXXXXXXXXXXXXXXXXXXXX What a process. After several runs of creating a package, and after changing the Tem/TMP files to use D: with more space, I&#039;m now getting :Skipping source dirPath (D:SitesCTAPrototype) because of rule SkipIn
validSource.
Could not find directory &#039;D:SitesCTAPrototype&#039;.
Warning: Skipping source dirPath (D:SitesCTAProtoype) because of rule SkipInv
alidSource.
Could not find directory &#039;D:SitesCTAProtoype&#039;.
Total changes: 0 (0 added, 0 deleted, 0 updated, 0 parameters changed, 0 bytes c
opied)
xxxxxxxxxxxxxxxxxxx-Is it because Msdeploy deleted directories after several create packages and sync or do I need to change the Temp/TMP variables back to &quot;C&quot;? If I run the PreDeployBackup, will that be more detremental? Thanks.]]></description>
			<content:encoded><![CDATA[<p>XXXXXXXXXXXXXXXXXXXXXXX What a process. After several runs of creating a package, and after changing the Tem/TMP files to use D: with more space, I&#8217;m now getting :Skipping source dirPath (D:SitesCTAPrototype) because of rule SkipIn<br />
validSource.<br />
Could not find directory &#8216;D:SitesCTAPrototype&#8217;.<br />
Warning: Skipping source dirPath (D:SitesCTAProtoype) because of rule SkipInv<br />
alidSource.<br />
Could not find directory &#8216;D:SitesCTAProtoype&#8217;.<br />
Total changes: 0 (0 added, 0 deleted, 0 updated, 0 parameters changed, 0 bytes c<br />
opied)<br />
xxxxxxxxxxxxxxxxxxx-Is it because Msdeploy deleted directories after several create packages and sync or do I need to change the Temp/TMP variables back to &#8220;C&#8221;? If I run the PreDeployBackup, will that be more detremental? Thanks.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: JeffromTAirport		</title>
		<link>https://blog.adamzolo.com/migrating-windows-server-2003-2012/#comment-10</link>

		<dc:creator><![CDATA[JeffromTAirport]]></dc:creator>
		<pubDate>Fri, 18 Jul 2014 14:11:26 +0000</pubDate>
		<guid isPermaLink="false">http://eazolo.com/blog/?p=50#comment-10</guid>

					<description><![CDATA[Thanks to Adam Zolotarev for the initial posting. Thanks Much!!]]></description>
			<content:encoded><![CDATA[<p>Thanks to Adam Zolotarev for the initial posting. Thanks Much!!</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
