<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Eric Fickes &#187; iis</title>
	<atom:link href="http://ericfickes.com/tag/iis/feed/" rel="self" type="application/rss+xml" />
	<link>http://ericfickes.com</link>
	<description>Design minded Internet Programmer</description>
	<lastBuildDate>Fri, 28 Oct 2011 04:14:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Visual Studio 2008 makes porting from .net1 to .net2 a snap</title>
		<link>http://ericfickes.com/2008/10/visual-studio-2008-makes-porting-from-net1-to-net2-a-snap/</link>
		<comments>http://ericfickes.com/2008/10/visual-studio-2008-makes-porting-from-net1-to-net2-a-snap/#comments</comments>
		<pubDate>Tue, 07 Oct 2008 03:09:46 +0000</pubDate>
		<dc:creator>Eric Fickes</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[.net1]]></category>
		<category><![CDATA[.net2]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[iis]]></category>
		<category><![CDATA[visual studio 2008]]></category>

		<guid isPermaLink="false">http://ericfickes.com/?p=53</guid>
		<description><![CDATA[I recently ported a .net1 project to .net2. I have to give props to Microsoft for making Visual Studio 08 so helpful in the migration process. There is a conversion wizard that updates the .net guts of the project itself. &#8230; <a href="http://ericfickes.com/2008/10/visual-studio-2008-makes-porting-from-net1-to-net2-a-snap/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I recently ported a .net1 project to .net2.  I have to give props to Microsoft for making Visual Studio 08 so helpful in the migration process.</p>
<p>There is a conversion wizard that updates the .net guts of the project itself.  Then the next time you build your project, Visual Studio lets you know what code needs to be updated.  It doesn&#8217;t do everything for you, but I&#8217;m not aware of any IDEs that are this helpful when it comes to porting legacy code.</p>
<p>While the porting process wasn&#8217;t too bad, getting IIS and ASP.NET setup and running was sort of a fubar.</p>
<ol>
<li>IIS didn&#8217;t like that I have Apache running</li>
<li>After turning off Apache, IIS complained about a metabase problem</li>
<li>Tried fixing with the MetaAcl Tool</li>
<li>Googled around and found my fix &#8220;C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727&gt;aspnet_regiis -i&#8221;</li>
<li>Next I couldn&#8217;t debug because my project was built as a Release</li>
<li>Changed to debug then had to clear out my .net framework temp folder</li>
<li>Rinse and repeat windows voodoo, now I&#8217;m debugging</li>
</ol>
<p>The jury is still out on how much I miss asp.net.  It sure beats the hell out of PHP.  But then again, I&#8217;ve got my PHP chops back and I&#8217;m really enjoying the simplicity and speed which I can crank smallish things out.</p>
]]></content:encoded>
			<wfw:commentRss>http://ericfickes.com/2008/10/visual-studio-2008-makes-porting-from-net1-to-net2-a-snap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

