<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Improving the way ASP.NET handles 404 requests</title>
	<atom:link href="http://helephant.com/2009/02/improving-the-way-aspnet-handles-404-requests/feed/" rel="self" type="application/rss+xml" />
	<link>http://helephant.com/2009/02/improving-the-way-aspnet-handles-404-requests/</link>
	<description></description>
	<lastBuildDate>Thu, 24 Jun 2010 11:27:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: Ted Jardine</title>
		<link>http://helephant.com/2009/02/improving-the-way-aspnet-handles-404-requests/#comment-1816</link>
		<dc:creator>Ted Jardine</dc:creator>
		<pubDate>Fri, 02 Oct 2009 21:56:52 +0000</pubDate>
		<guid isPermaLink="false">http://helephant.com/?p=1213#comment-1816</guid>
		<description>This still results in a 302 temporary redirect followed by a 404. You need to add in Server.ClearError(); prior to your Server.Transfer(...); Now no URL change, and you just get the straight-up 404 status code returned!</description>
		<content:encoded><![CDATA[<p>This still results in a 302 temporary redirect followed by a 404. You need to add in Server.ClearError(); prior to your Server.Transfer(&#8230;); Now no URL change, and you just get the straight-up 404 status code returned!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
