<?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>Jack @ ASP.NET &#187; Don</title>
	<atom:link href="http://jack-fx.com/net/tag/don/feed/" rel="self" type="application/rss+xml" />
	<link>http://jack-fx.com/net</link>
	<description>As a software developer, I still Focus on .NET, internet, asp.net, C# and so on. I</description>
	<lastBuildDate>Wed, 01 Feb 2012 14:47:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Problems with an External (non-ASP.NET) Root Cause</title>
		<link>http://jack-fx.com/net/2010/06/01/problems-with-an-external-non-asp-net-root-cause/</link>
		<comments>http://jack-fx.com/net/2010/06/01/problems-with-an-external-non-asp-net-root-cause/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 07:03:56 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[asp.net]]></category>
		<category><![CDATA[anti virus software]]></category>
		<category><![CDATA[black boxes]]></category>
		<category><![CDATA[Don]]></category>
		<category><![CDATA[NET]]></category>
		<category><![CDATA[production]]></category>
		<category><![CDATA[production web servers]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[software anti virus]]></category>
		<category><![CDATA[virus attacks]]></category>

		<guid isPermaLink="false">http://jack-fx.com/net/2010/06/01/problems-with-an-external-non-asp-net-root-cause/</guid>
		<description><![CDATA[Sometimes when you&#8217;re having trouble with an ASP.NET site, the problem turns out to not be ASP.NET itself. Here&#8217;s the top three issues and their causes. This category are for cases that were concluded because of external reasons and are outside of the control of support to directly affect. The sub categories are 3rd party [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/net/2010/06/01/problems-with-an-external-non-asp-net-root-cause/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Enable the ASP.NET Ajax script loader</title>
		<link>http://jack-fx.com/net/2009/11/24/how-to-enable-the-asp-net-ajax-script-loader/</link>
		<comments>http://jack-fx.com/net/2009/11/24/how-to-enable-the-asp-net-ajax-script-loader/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 00:36:27 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[asp.net]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[asp.net ajax]]></category>
		<category><![CDATA[Don]]></category>
		<category><![CDATA[loader]]></category>
		<category><![CDATA[meta data]]></category>
		<category><![CDATA[Microsoft AJAX]]></category>
		<category><![CDATA[plug ins]]></category>
		<category><![CDATA[quot]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[script code]]></category>
		<category><![CDATA[script loader]]></category>
		<category><![CDATA[script loading]]></category>
		<category><![CDATA[script names]]></category>
		<category><![CDATA[Sys]]></category>

		<guid isPermaLink="false">http://jack-fx.com/net/2009/11/24/how-to-enable-the-asp-net-ajax-script-loader/</guid>
		<description><![CDATA[An important feature of the script loader is the separation of the script meta-data from the script code itself. The meta-data can include the name of the script, its dependencies, instructions on how to figure out if it’s already loaded, its debug and release URL patterns and a declaration of the lazy components and plug-ins [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/net/2009/11/24/how-to-enable-the-asp-net-ajax-script-loader/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Convert a Web Site Project to a Web Application Project</title>
		<link>http://jack-fx.com/net/2009/11/04/convert-a-web-site-project-to-a-web-application-project/</link>
		<comments>http://jack-fx.com/net/2009/11/04/convert-a-web-site-project-to-a-web-application-project/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 04:26:59 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[asp.net]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[default references]]></category>
		<category><![CDATA[Don]]></category>
		<category><![CDATA[Project]]></category>
		<category><![CDATA[project assembly]]></category>
		<category><![CDATA[project dialog]]></category>
		<category><![CDATA[studio web site]]></category>
		<category><![CDATA[Verify]]></category>
		<category><![CDATA[WAP]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[web application]]></category>
		<category><![CDATA[web application project]]></category>
		<category><![CDATA[Web Site]]></category>

		<guid isPermaLink="false">http://jack-fx.com/net/2009/11/04/convert-a-web-site-project-to-a-web-application-project/</guid>
		<description><![CDATA[Open and Verify your Visual Studio Web Site Project Before converting your WSP to a WAP, you should open it in Visual Studio and verify that is it working correctly.&#160; This will help prevent the need to research errors that have nothing to do with the conversion process. In the File menu, click Open Web [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/net/2009/11/04/convert-a-web-site-project-to-a-web-application-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

