<?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>Technology &#187; .NET</title>
	<atom:link href="http://technology.ohmygoh.com/category/microsoft/net/feed/" rel="self" type="application/rss+xml" />
	<link>http://technology.ohmygoh.com</link>
	<description>You can change your life, and Technology can help you to achieve the goal.</description>
	<lastBuildDate>Wed, 01 Feb 2012 01:55:15 +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 2010 Released + ASP.NET 4 and ASP.NET MVC 2!!!</title>
		<link>http://technology.ohmygoh.com/visual-studio-2010-released-asp-net-4-and-asp-net-mvc-2/</link>
		<comments>http://technology.ohmygoh.com/visual-studio-2010-released-asp-net-4-and-asp-net-mvc-2/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 15:54:28 +0000</pubDate>
		<dc:creator>Jason Goh</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://technology.ohmygoh.com/?p=213</guid>
		<description><![CDATA[Wow&#8230; Finally&#8230;. Now you can download the trial version at : http://www.microsoft.com/visualstudio/en-us/download  And i installed side-by-side with the existing VS2008 with no problems.]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">Wow&#8230; Finally&#8230;.</p>
<p>Now you can download the trial version at : <a href="http://www.microsoft.com/visualstudio/en-us/download">http://www.microsoft.com/visualstudio/en-us/download</a> </p>
<p>And i installed side-by-side with the existing VS2008 with no problems.</p>
<p style="text-align: center;"><a href="http://technology.ohmygoh.com/wp-content/uploads/2010/04/vs2010-logo.png"><img class="aligncenter size-full wp-image-216" style="border: 0px;" title="vs2010 logo" src="http://technology.ohmygoh.com/wp-content/uploads/2010/04/vs2010-logo.png" alt="" width="549" height="165" /></a></p>
<p style="text-align: center;"><a href="http://technology.ohmygoh.com/wp-content/uploads/2010/04/vs2010Ultimate1.png"><img class="aligncenter size-large wp-image-221" style="border: black 1px solid;" title="vs2010Ultimate" src="http://technology.ohmygoh.com/wp-content/uploads/2010/04/vs2010Ultimate1-1024x635.png" alt="" width="850" height="528" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://technology.ohmygoh.com/visual-studio-2010-released-asp-net-4-and-asp-net-mvc-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to : Run classic ASP/ASP.NET on IIS 7</title>
		<link>http://technology.ohmygoh.com/how-to-run-classic-aspasp-net-on-iis-7/</link>
		<comments>http://technology.ohmygoh.com/how-to-run-classic-aspasp-net-on-iis-7/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 07:29:17 +0000</pubDate>
		<dc:creator>Jason Goh</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[How to :]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Web Programming]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.ohmygoh.com/technology/?p=13</guid>
		<description><![CDATA[After installed IIS7, some people might find that classic ASP or even ASP.NET are not be able to run on the new IIS. Example test, http://localhost/test.asp or http://localhost/test.aspx By default, the IIS is not configured for classic ASP (crab!), but &#8230; <a href="http://technology.ohmygoh.com/how-to-run-classic-aspasp-net-on-iis-7/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-16" title="logo_dotNET" src="http://www.ohmygoh.com/technology/wp-content/uploads/2009/06/logo_dotNET.gif" alt="logo_dotNET" width="117" height="111" /></p>
<p>After installed IIS7, some people might find that classic ASP or even ASP.NET are not be able to run on the new IIS. Example test, <a href="http://localhost/test.asp">http://localhost/test.asp</a> or <a href="http://localhost/test.aspx">http://localhost/test.aspx</a></p>
<p>By default, the IIS is not configured for classic ASP (crab!), but do not worry, you just have to follow the simple 2 steps:</p>
<p>1) Go to Control Panel &gt; Programs and Features &gt; click Turn Windows features on and off</p>
<p>2) Navigate down the tree of features and make sure ASP is checked(checked ASP.NET if you want to run ASP.NET too). It should be under Internet Information Services (IIS) Manager &gt; World Wide Web Services &gt; Application Development Features. Press OK when done.</p>
<p style="text-align: center;"><a href="http://www.ohmygoh.com/technology/wp-content/uploads/2009/06/step1.png"><img class="aligncenter size-full wp-image-20" title="step1" src="http://www.ohmygoh.com/technology/wp-content/uploads/2009/06/step1.png" alt="step1" width="413" height="386" /></a><img class="size-full wp-image-21  aligncenter" title="step2" src="http://www.ohmygoh.com/technology/wp-content/uploads/2009/06/step2.png" alt="step2" width="379" height="563" /></p>
<p>p/s: There are many reasons to cause the classic ASP &amp; ASP.net are not running well in local PC. Normally this solution is apply to those who installed the new IIS.</p>
]]></content:encoded>
			<wfw:commentRss>http://technology.ohmygoh.com/how-to-run-classic-aspasp-net-on-iis-7/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

