<?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"
	>
<channel>
	<title>Comments on: ASP.NET Permanent (301) Redirect</title>
	<atom:link href="http://ifdebug.com/articles/aspnet-permanent-301-redirect/feed/" rel="self" type="application/rss+xml" />
	<link>http://ifdebug.com/articles/aspnet-permanent-301-redirect/</link>
	<description>Technical thoughts of a coffee addicted developer</description>
	<pubDate>Thu, 28 Aug 2008 16:09:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Brendan</title>
		<link>http://ifdebug.com/articles/aspnet-permanent-301-redirect/#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>
