<?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: Dynamic Robots.txt with ASP.NET 2.0</title>
	<atom:link href="http://www.kleenecode.net/2007/11/17/dynamic-robotstxt-with-aspnet-20/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kleenecode.net/2007/11/17/dynamic-robotstxt-with-aspnet-20/</link>
	<description>A brave new Hello World</description>
	<lastBuildDate>Wed, 20 Oct 2010 12:32:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Wikus</title>
		<link>http://www.kleenecode.net/2007/11/17/dynamic-robotstxt-with-aspnet-20/comment-page-1/#comment-271</link>
		<dc:creator>Wikus</dc:creator>
		<pubDate>Fri, 22 Jan 2010 09:29:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.kleenecode.net/2007/11/17/dynamic-robotstxt-with-aspnet-20/#comment-271</guid>
		<description>Great article FTW!
Not only helped me understand the concept of adding robots.txt for dealing with a HTTPS/HTTPS site but also introduced me to the concepts of ASP.NET HTTP Pipeline, HTTP Handlers and IIS App extension mappings.. :D

Thanks a ton bud!

Cheers</description>
		<content:encoded><![CDATA[<p>Great article FTW!<br />
Not only helped me understand the concept of adding robots.txt for dealing with a HTTPS/HTTPS site but also introduced me to the concepts of ASP.NET HTTP Pipeline, HTTP Handlers and IIS App extension mappings.. <img src='http://www.kleenecode.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Thanks a ton bud!</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phillip</title>
		<link>http://www.kleenecode.net/2007/11/17/dynamic-robotstxt-with-aspnet-20/comment-page-1/#comment-269</link>
		<dc:creator>Phillip</dc:creator>
		<pubDate>Wed, 20 Jan 2010 00:21:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.kleenecode.net/2007/11/17/dynamic-robotstxt-with-aspnet-20/#comment-269</guid>
		<description>How would I tell the robots.txt file which portions of the site to restrict?  Would I use the web.config to do this? A code example would be great.</description>
		<content:encoded><![CDATA[<p>How would I tell the robots.txt file which portions of the site to restrict?  Would I use the web.config to do this? A code example would be great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dynamic robots.txt file with .asp (or coldfusion) &#124; Honk Blog</title>
		<link>http://www.kleenecode.net/2007/11/17/dynamic-robotstxt-with-aspnet-20/comment-page-1/#comment-249</link>
		<dc:creator>Dynamic robots.txt file with .asp (or coldfusion) &#124; Honk Blog</dc:creator>
		<pubDate>Sat, 06 Jun 2009 20:37:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.kleenecode.net/2007/11/17/dynamic-robotstxt-with-aspnet-20/#comment-249</guid>
		<description>[...] By default IIS will treat .txt files as non dynamic and will simply render the text in them if they are called.  We want to tell IIS to parse them in the same way they would parse .asp files.  Note there&#8217;s a handy example of how to parse robots.txt files with ASP.net here. [...]</description>
		<content:encoded><![CDATA[<p>[...] By default IIS will treat .txt files as non dynamic and will simply render the text in them if they are called.  We want to tell IIS to parse them in the same way they would parse .asp files.  Note there&#8217;s a handy example of how to parse robots.txt files with ASP.net here. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: IIS7 User</title>
		<link>http://www.kleenecode.net/2007/11/17/dynamic-robotstxt-with-aspnet-20/comment-page-1/#comment-241</link>
		<dc:creator>IIS7 User</dc:creator>
		<pubDate>Fri, 12 Dec 2008 00:32:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.kleenecode.net/2007/11/17/dynamic-robotstxt-with-aspnet-20/#comment-241</guid>
		<description>The instructions for IIS7 is to set &quot;System.Web.UI.SimpleHandlerFactory&quot; as the Handler, using the &quot;Handler Mappings&quot; feature module within the site you want to change, while in IIS7 Manager.

IIS7 Manager &gt; Sites &gt; SiteToChange &gt; Handler Mappings &gt; Add Managed Handler...

Request Path: &quot;*.txt&quot;
Type: &quot;System.Web.UI.SimpleHandlerFactory&quot;
Name: &quot;SimpleHandlerFactory&quot;</description>
		<content:encoded><![CDATA[<p>The instructions for IIS7 is to set &#8220;System.Web.UI.SimpleHandlerFactory&#8221; as the Handler, using the &#8220;Handler Mappings&#8221; feature module within the site you want to change, while in IIS7 Manager.</p>
<p>IIS7 Manager &gt; Sites &gt; SiteToChange &gt; Handler Mappings &gt; Add Managed Handler&#8230;</p>
<p>Request Path: &#8220;*.txt&#8221;<br />
Type: &#8220;System.Web.UI.SimpleHandlerFactory&#8221;<br />
Name: &#8220;SimpleHandlerFactory&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.kleenecode.net/2007/11/17/dynamic-robotstxt-with-aspnet-20/comment-page-1/#comment-23</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Mon, 19 May 2008 07:24:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.kleenecode.net/2007/11/17/dynamic-robotstxt-with-aspnet-20/#comment-23</guid>
		<description>Hi there, great article!

Would it be possible to update the article with instructions on configuring same in IIS7?

Great blog BTW, you should post more!

Best Wishes,

Paul</description>
		<content:encoded><![CDATA[<p>Hi there, great article!</p>
<p>Would it be possible to update the article with instructions on configuring same in IIS7?</p>
<p>Great blog BTW, you should post more!</p>
<p>Best Wishes,</p>
<p>Paul</p>
]]></content:encoded>
	</item>
</channel>
</rss>

