<?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>The Force 5 Connection &#187; ASP.NET</title>
	<atom:link href="http://force5blog.com/tag/asp-net/feed/" rel="self" type="application/rss+xml" />
	<link>http://force5blog.com</link>
	<description>Sharing ideas, building community</description>
	<lastBuildDate>Fri, 03 Feb 2012 21:12:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
		<item>
		<title>How-To: Use Wget to Automate the Karamasoft UltimateSearch Indexing Process for Your Website</title>
		<link>http://force5blog.com/technology/ultimatesearch-reindex-howto/</link>
		<comments>http://force5blog.com/technology/ultimatesearch-reindex-howto/#comments</comments>
		<pubDate>Wed, 05 Jan 2011 21:48:34 +0000</pubDate>
		<dc:creator>Christian Mattix</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Administration]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[GNU]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://force5blog.com/?p=764</guid>
		<description><![CDATA[Almost every modern website has a &#8220;search my site&#8221; module of some sort added to it. In this How-To I&#8217;m going to explain how to set up Karamasoft UltimateSearch to automatically rebuild its index on a repeating scheduled basis in a Microsoft Windows hosted environment. First, you will need to obtain the UltimateSearch software from [...]]]></description>
		<wfw:commentRss>http://force5blog.com/technology/ultimatesearch-reindex-howto/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Prevent Duplicate Content</title>
		<link>http://force5blog.com/technology/prevent-duplicate-content/</link>
		<comments>http://force5blog.com/technology/prevent-duplicate-content/#comments</comments>
		<pubDate>Thu, 09 Dec 2010 13:27:04 +0000</pubDate>
		<dc:creator>Force 5</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://force5blog.com/?p=357</guid>
		<description><![CDATA[Having duplicated content within search engines is a very common problem that is often overlooked. You would think having duplicated content will be good for your search rankings, although that is not the case as it may be not useful to the end-user. ]]></description>
		<wfw:commentRss>http://force5blog.com/technology/prevent-duplicate-content/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hide IIS7 Response Headers</title>
		<link>http://force5blog.com/technology/hide-iis7-response-headers/</link>
		<comments>http://force5blog.com/technology/hide-iis7-response-headers/#comments</comments>
		<pubDate>Thu, 16 Sep 2010 18:19:43 +0000</pubDate>
		<dc:creator>Force 5</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://force5blog.com/?p=432</guid>
		<description><![CDATA[What are Response Headers? Response headers is data that gets sent from the server to the browser. The data can include date &#38; time, content type (ex: text/html, text/javascript), and server information (ex: Microsoft-IIS/7.0). Why is it important to hide them? Security. At the most basic level it will not broadcast what operating system the [...]]]></description>
		<wfw:commentRss>http://force5blog.com/technology/hide-iis7-response-headers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How-to: 301 Permanent Redirect with ASP.NET 4 &#8211; Response.RedirectPermanent()</title>
		<link>http://force5blog.com/technology/how-to-301-permanent-redirect-with-asp-net-4-response-redirectpermanent/</link>
		<comments>http://force5blog.com/technology/how-to-301-permanent-redirect-with-asp-net-4-response-redirectpermanent/#comments</comments>
		<pubDate>Fri, 09 Jul 2010 15:03:34 +0000</pubDate>
		<dc:creator>Force 5</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://force5blog.com/?p=325</guid>
		<description><![CDATA[During the process of migrating development over to the .NET 4 Framework there have been noticeable improvements. One of the newest improvements is used quite often, Response.RedirectPermanent(). This new feature does a permanent redirection from a requested URL to a specified URL.]]></description>
		<wfw:commentRss>http://force5blog.com/technology/how-to-301-permanent-redirect-with-asp-net-4-response-redirectpermanent/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How-to: Adding META Keywords &amp; META Description with ASP.NET 4</title>
		<link>http://force5blog.com/technology/how-to-adding-meta-keywords-meta-description-with-asp-net-4/</link>
		<comments>http://force5blog.com/technology/how-to-adding-meta-keywords-meta-description-with-asp-net-4/#comments</comments>
		<pubDate>Tue, 06 Jul 2010 12:24:45 +0000</pubDate>
		<dc:creator>Force 5</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://force5blog.com/?p=341</guid>
		<description><![CDATA[In a previous post I showed <a href="http://force5blog.com/technology/tutorial-how-to-add-specific-page-keywords-descriptions-while-using-asp-net-master-pages/" target="_blank">how-to add specific page keywords &#38; descriptions while using ASP.NET with Master Pages</a>. Compared with the latest ASP.NET 4 version, this technique was not coder friendly.]]></description>
		<wfw:commentRss>http://force5blog.com/technology/how-to-adding-meta-keywords-meta-description-with-asp-net-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Case Study &#8211; Convert data rows to columns</title>
		<link>http://force5blog.com/technology/sql-case-study-convert-data-rows-to-columns/</link>
		<comments>http://force5blog.com/technology/sql-case-study-convert-data-rows-to-columns/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 21:06:27 +0000</pubDate>
		<dc:creator>Force 5</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Force 5]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[stored procedure]]></category>

		<guid isPermaLink="false">http://force5blog.com/?p=163</guid>
		<description><![CDATA[We recently had a project that involved putting together a survey.  This survey was comprised of almost 150 questions.  As we brainstormed the best way to construct the data tables to store this information, the thought of a table with 150 columns made us cringe.  Time constraints also called for something we could put together [...]]]></description>
		<wfw:commentRss>http://force5blog.com/technology/sql-case-study-convert-data-rows-to-columns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tutorial: How to add specific page keywords &amp; descriptions while using ASP.NET Master Pages</title>
		<link>http://force5blog.com/technology/tutorial-how-to-add-specific-page-keywords-descriptions-while-using-asp-net-master-pages/</link>
		<comments>http://force5blog.com/technology/tutorial-how-to-add-specific-page-keywords-descriptions-while-using-asp-net-master-pages/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 21:03:51 +0000</pubDate>
		<dc:creator>Force 5</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://force5blog.com/?p=126</guid>
		<description><![CDATA[One of the most common questions that gets asked when starting out with ASP.NET Master Pages is how to add page specific keywords &#38; descriptions. For those not familiar with ASP.NET and/or Master Pages is that while using Master Pages the normal HTML tags including META tags are not part of individual pages. The individual [...]]]></description>
		<wfw:commentRss>http://force5blog.com/technology/tutorial-how-to-add-specific-page-keywords-descriptions-while-using-asp-net-master-pages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

