<?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>geek# &#187; General Information</title>
	<atom:link href="http://geeksharp.com/category/general-information/feed/" rel="self" type="application/rss+xml" />
	<link>http://geeksharp.com</link>
	<description>techno-babble for the masses</description>
	<lastBuildDate>Thu, 27 May 2010 14:57:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Microsoft Web Platform Installer</title>
		<link>http://geeksharp.com/2009/11/29/microsoft-web-platform-installer/</link>
		<comments>http://geeksharp.com/2009/11/29/microsoft-web-platform-installer/#comments</comments>
		<pubDate>Sun, 29 Nov 2009 23:20:00 +0000</pubDate>
		<dc:creator>Scott Anderson</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[General Information]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Windows Server]]></category>

		<guid isPermaLink="false">http://geeksharp.com/2009/11/29/microsoft-web-platform-installer/</guid>
		<description><![CDATA[A while back I wrote about my experiences installing SQL (and additionally .NET 3.5 SP1) on a Windows Server 2008 VPS.&#160; For various reasons I decided not to keep the VPS server at the time (mostly because of the cost, and the fact that I didn’t really have a strong need for it).&#160; Recently, however, [...]]]></description>
			<content:encoded><![CDATA[<p>A while back I wrote about my experiences installing SQL (and additionally .NET 3.5 SP1) on a Windows Server 2008 VPS.&#160; For various reasons I decided not to keep the VPS server at the time (mostly because of the cost, and the fact that I didn’t really have a strong need for it).&#160; Recently, however, I’ve really begun to ramp up my ASP.NET MVC development work, and it’s blatantly apparent that I need a Windows server full time.&#160; After shopping around for a while, I decided to go back to <a href="http://www.kickassvps.com/" target="_blank">KickAssVPS.com</a> and see what their packages looked like.&#160; Having ordered my shiny new VPS, the next step was to get the environment configured for hosting my MVC applications.</p>
<p>Earlier this year I attended MIX09, and one of the key takeaways was the <a href="http://www.microsoft.com/web/Downloads/platform.aspx" target="_blank">Microsoft Web Platform Installer</a>.&#160; Microsoft has realized that for the “average Joe,” setting up a new Windows-based web server with all the necessary configurations and supporting frameworks can be rather cumbersome.&#160; This is even more obvious when you begin to work with IIS7, given the fact that the administration system has changed drastically.&#160; The idea behind this specialized installer is to perform all of the work for you.&#160; Sounds neat, huh?&#160; Well after screwing around with my VPS for hours, I can tell you that things aren’t exactly as easy as they seem.&#160; To make a very long story quite a bit shorter, I’ve found through my troubles that things need to be installed in a very specific order:</p>
<ol>
<li>Grab the <a href="http://www.microsoft.com/web/Downloads/platform.aspx" target="_blank">Web Platform Installer</a>. </li>
<li>Open the “Web Platform” tab and ensure that you only install components from the “Web Server” and “Frameworks and Runtimes” sections.&#160; You might be tempted to add in SQL Server 2008 Express, but <strong>don’t</strong>.&#160; Trust me when I tell you this. </li>
<li>Once everything is finished (which will take forever), now you can attempt to install the SQL Server 2008 Express SP1 package, but don’t bother with the Express Management Studio because it will fail no matter what.&#160; If you must have this package, I recommend purchasing a license for Microsoft SQL Server Developer edition and installing only the client tools on the VPS.&#160; No matter which way I tried, I could never get the Express Management Studio to install properly. </li>
<li>Pray to the Microsoft gods that everything goes without a hitch. </li>
<li>If you’re lucky, you have a working Windows-based web server. </li>
</ol>
<p>Good luck to the brave souls that wish to venture into this territory.&#160; I had nothing but issues with it and I wonder if I wouldn’t have been more successful if I’d have just done it manually from the start.&#160; Perhaps these issues are just because of the VPS environment that I’m installing in, but I can’t be the only one out there that uses a virtual server for their web deployments!</p>
]]></content:encoded>
			<wfw:commentRss>http://geeksharp.com/2009/11/29/microsoft-web-platform-installer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.NET 3.5 SP1 on a Windows 2008 VPS</title>
		<link>http://geeksharp.com/2009/05/05/net-35-sp1-on-a-windows-2008-vps/</link>
		<comments>http://geeksharp.com/2009/05/05/net-35-sp1-on-a-windows-2008-vps/#comments</comments>
		<pubDate>Tue, 05 May 2009 16:42:39 +0000</pubDate>
		<dc:creator>Scott Anderson</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[General Information]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[vps]]></category>
		<category><![CDATA[Windows Server]]></category>

		<guid isPermaLink="false">http://geeksharp.com/2009/05/05/net-35-sp1-on-a-windows-2008-vps/</guid>
		<description><![CDATA[Recently I’ve been debating moving my site over to a Windows VPS.&#160; If I make this move, I’m hoping to take advantage of the new features available in Windows Server 2008 as well as .NET 3.5 SP1 and IIS 7.&#160; After some preliminary research, I decided to give KickAssVPS.com a try.&#160; Within a few hours [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I’ve been debating moving my site over to a Windows VPS.&#160; If I make this move, I’m hoping to take advantage of the new features available in Windows Server 2008 as well as .NET 3.5 SP1 and IIS 7.&#160; After some preliminary research, I decided to give <a href="http://www.kickassvps.com/" target="_blank">KickAssVPS.com</a> a try.&#160; Within a few hours of my order, they had my VPS up and running, and so far I’ve been fairly pleased with the performance.</p>
<p>When I logged into my VPS, one of the things I wanted to install right away was SQL Server 2008.&#160; In order for SQL Server 2008 to install, you must first have installed the Microsoft .NET Framework 3.5 SP1.&#160; I figured it was no big deal and decided to let SQL handle my install.&#160; Once the installer got going, it immediately halted and displayed an error message telling me it couldn’t be installed.&#160; After checking the log file, I found the following:</p>
<blockquote><p>WapUI: [2] DepCheck indicates Microsoft .NET Framework 2.0SP1 (x64) (CBS) is not installed. </p></blockquote>
<p>Obviously on Windows Server 2008 SP1, the .NET Framework 2.0SP1 is already installed by default.&#160; Just to prove it to myself, I downloaded and ran the installer.&#160; Sure enough, it failed before it even started, telling me that it could not be installed on Windows Vista.&#160; So I began to poke around the VPS.&#160; One of the things that jumped out at me was the fact that the Windows Update service was disabled.&#160; When I checked with my VPS provider’s documentation, they indicated that Windows updates must be disabled because they are slipstreamed into the OS build.&#160; Updating your VPS through Windows Update can (and probably will) break it.&#160; Yikes!</p>
<p>After a bit more searching, I found a solution to the problem.&#160; It turns out that the .NET Framework 3.5 SP1 installer requires the Windows Update service to be running, but you can still set your server to “Never check for updates.”&#160; By temporarily enabling the Windows Update service, I was able to install .NET 3.5 SP1 without a hitch.&#160; I hope this helps anyone else using a VPS, because it sure gave me a little bit of a headache!</p>
]]></content:encoded>
			<wfw:commentRss>http://geeksharp.com/2009/05/05/net-35-sp1-on-a-windows-2008-vps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome to my… place?</title>
		<link>http://geeksharp.com/2009/04/09/welcome-to-my-place/</link>
		<comments>http://geeksharp.com/2009/04/09/welcome-to-my-place/#comments</comments>
		<pubDate>Fri, 10 Apr 2009 03:54:00 +0000</pubDate>
		<dc:creator>Scott Anderson</dc:creator>
				<category><![CDATA[General Information]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[XAML]]></category>

		<guid isPermaLink="false">http://geeksharp.com/2009/04/09/welcome-to-my-place/</guid>
		<description><![CDATA[It seems almost surreal, but I’ve actually got this thing up and running!  I’m sure I’ll be changing things around the next few days.  I’m not even sure if I’m going to keep this theme, but stay tuned!  My goal for this blog is to catalog my work and a little bit of my life.  [...]]]></description>
			<content:encoded><![CDATA[<p>It seems almost surreal, but I’ve actually got this thing up and running!  I’m sure I’ll be changing things around the next few days.  I’m not even sure if I’m going to keep this theme, but stay tuned!  My goal for this blog is to catalog my work and a little bit of my life.  I hope it’s of some interest to you.</p>
<p>I’ve got some projects brewing in my head right now.  Recently I’ve found the amazing open source project <a href="http://subsonic.sourceforge.net" target="_blank">Subsonic</a> that allows users to stream content from their own music libraries across the internet.  It got me thinking.  I wonder if I could write a similar project using Silverlight.  Considering the fact that I have almost no experience with Silverlight or XAML, things could get interesting!</p>
<p>So, my dear reader, I hope you enjoy what’s to come.  I’m sure I’ll be cooking up some crazy code in no time.  Thanks for stopping by.  Welcome to geek# (yes that’s geek SHARP <img src='http://geeksharp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> )</p>
]]></content:encoded>
			<wfw:commentRss>http://geeksharp.com/2009/04/09/welcome-to-my-place/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
