<?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: ASP.NET Permanent (301) Redirect</title>
	<atom:link href="http://ifdebug.com/aspnet-permanent-301-redirect/feed/" rel="self" type="application/rss+xml" />
	<link>http://ifdebug.com/aspnet-permanent-301-redirect/</link>
	<description>Technical thoughts of a coffee addicted developer</description>
	<lastBuildDate>Fri, 22 Oct 2010 13:14:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: Brendan</title>
		<link>http://ifdebug.com/aspnet-permanent-301-redirect/comment-page-1/#comment-728</link>
		<dc:creator>Brendan</dc:creator>
		<pubDate>Thu, 17 Jul 2008 06:07:52 +0000</pubDate>
		<guid isPermaLink="false">http://ifdebug.com/?p=49#comment-728</guid>
		<description>Much the same thing, but the following also works:
Response.Redirect(url, false);
Response.StatusCode = 301;
Response.End();</description>
		<content:encoded><![CDATA[<p>Much the same thing, but the following also works:<br />
Response.Redirect(url, false);<br />
Response.StatusCode = 301;<br />
Response.End();</p>
]]></content:encoded>
	</item>
</channel>
</rss>

