<?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: Validate your Redirects!</title>
	<atom:link href="http://www.andreas-kraus.net/blog/validate-your-redirects/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.andreas-kraus.net/blog/validate-your-redirects/</link>
	<description>News, Tutorials and Codesnippets about C#, ASP.NET- Silverlight</description>
	<lastBuildDate>Sat, 15 May 2010 18:07:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: andreas.kraus</title>
		<link>http://www.andreas-kraus.net/blog/validate-your-redirects/comment-page-1/#comment-58708</link>
		<dc:creator>andreas.kraus</dc:creator>
		<pubDate>Thu, 25 Oct 2007 09:14:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.andreas-kraus.net/blog/validate-your-redirects/#comment-58708</guid>
		<description>Hello Mowali,

well, you should probably put that stuff into a database OR XML File as it&#039;s way easier to maintain there.

Hth,
Andreas</description>
		<content:encoded><![CDATA[<p>Hello Mowali,</p>
<p>well, you should probably put that stuff into a database OR XML File as it&#8217;s way easier to maintain there.</p>
<p>Hth,<br />
Andreas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mowali</title>
		<link>http://www.andreas-kraus.net/blog/validate-your-redirects/comment-page-1/#comment-58549</link>
		<dc:creator>Mowali</dc:creator>
		<pubDate>Wed, 24 Oct 2007 14:52:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.andreas-kraus.net/blog/validate-your-redirects/#comment-58549</guid>
		<description>Great article!
I came across this page when I was investigating a way to proof/check/validate our domain redirections. 
Currently, our dns box points to a .cs file that controls the mapping between old and new domains. 
The code checks for the name of the host and points it to the appropriate location through hundreds of &quot;switch - case&quot; statements. Everytime we get a request of a domain redirect, we have to search if both domains (the old and the new) exist already in list; remove it; and then add another case statement for the new redirect. Even though the process is simple and not so much erroneous, I feel that there is a much better way to do that, but know none. 
Do you have any suggestions?
thank you!</description>
		<content:encoded><![CDATA[<p>Great article!<br />
I came across this page when I was investigating a way to proof/check/validate our domain redirections.<br />
Currently, our dns box points to a .cs file that controls the mapping between old and new domains.<br />
The code checks for the name of the host and points it to the appropriate location through hundreds of &#8220;switch &#8211; case&#8221; statements. Everytime we get a request of a domain redirect, we have to search if both domains (the old and the new) exist already in list; remove it; and then add another case statement for the new redirect. Even though the process is simple and not so much erroneous, I feel that there is a much better way to do that, but know none.<br />
Do you have any suggestions?<br />
thank you!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
