<?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: Making IIS 6.0 Play With UrlRewriting</title>
	<atom:link href="http://www.sitepoint.com/blogs/2007/08/22/making-iis-60-play-with-urlrewriting/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sitepoint.com/blogs/2007/08/22/making-iis-60-play-with-urlrewriting/</link>
	<description>News, opinion, and fresh thinking for web developers and designers. The official podcast of sitepoint.com.</description>
	<lastBuildDate>Sat, 07 Nov 2009 23:35:20 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Daren</title>
		<link>http://www.sitepoint.com/blogs/2007/08/22/making-iis-60-play-with-urlrewriting/comment-page-1/#comment-747927</link>
		<dc:creator>Daren</dc:creator>
		<pubDate>Thu, 19 Jun 2008 20:50:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2007/08/22/making-iis-60-play-with-urlrewriting/#comment-747927</guid>
		<description>&lt;blockquote&gt;4. Scott Watermasysk, the man who brought you .TEXT and Community Server, posts this very helpful post on a rather significant bug in .NET’s native url rewriting.&lt;/blockquote&gt;

This line had two generic links but not a link to the actual post where Scott talks about the bug.</description>
		<content:encoded><![CDATA[<blockquote><p>4. Scott Watermasysk, the man who brought you .TEXT and Community Server, posts this very helpful post on a rather significant bug in .NET’s native url rewriting.</p></blockquote>
<p>This line had two generic links but not a link to the actual post where Scott talks about the bug.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Mahdi Taghizadeh</title>
		<link>http://www.sitepoint.com/blogs/2007/08/22/making-iis-60-play-with-urlrewriting/comment-page-1/#comment-394561</link>
		<dc:creator>Mahdi Taghizadeh</dc:creator>
		<pubDate>Mon, 24 Sep 2007 09:53:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2007/08/22/making-iis-60-play-with-urlrewriting/#comment-394561</guid>
		<description>Wyatt, thank you for your comment on SharpLife.NET. I updated my post with a reference to your article.</description>
		<content:encoded><![CDATA[<p>Wyatt, thank you for your comment on SharpLife.NET. I updated my post with a reference to your article.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: MikeSchinkel</title>
		<link>http://www.sitepoint.com/blogs/2007/08/22/making-iis-60-play-with-urlrewriting/comment-page-1/#comment-376499</link>
		<dc:creator>MikeSchinkel</dc:creator>
		<pubDate>Tue, 11 Sep 2007 01:35:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2007/08/22/making-iis-60-play-with-urlrewriting/#comment-376499</guid>
		<description>@wwb_99: I didn&#039;t exactly miss your point regarding IIS7, I just didn&#039;t find it relevant. The fact that Microsoft has not delivered an out-of-the-box strategy for URL rewriting is telling. It shows how little importance they place on URL rewriting whereas to me &lt;a href=&quot;http://blog.welldesignedurls.org&quot; rel=&quot;nofollow&quot;&gt;URL rewriting is one of the most important functionalities a web server can offer&lt;/a&gt;. (BTW, though Apache offers URL rewriting out-of-the-box (with the mod_rewrite module) Apache&#039;s use of error-prone regular expressions for of URL rewriting is painful at best, dangerous at worst. I look forward to a day when we can use &lt;a href=&quot;http://blog.welldesignedurls.org/2007/01/03/about-uri-templates/&quot; rel=&quot;nofollow&quot;&gt;URI Templates&lt;/a&gt; for URL Rewriting.)

That said, you made my point about &lt;a href=&quot;http://www.mikeschinkel.com/blog/iis70toolittletoolate/&quot; rel=&quot;nofollow&quot;&gt;IIS7 being too-little, too-late&lt;/a&gt; by saying: 
&lt;blockquote&gt;&quot;A key thing to remember is that IIS7 really is not quite out yet, even if it is included with Vista.&quot; &lt;/blockquote&gt;
In 2000 I would have been really excited about IIS7 shipping on Windows 2000 Server. Today I could care less as it&#039;s clear &lt;a href=&quot;http://www.mikeschinkel.com/blog/microsoftsobsoleteprocessandreleasecycle/&quot; rel=&quot;nofollow&quot;&gt;Microsoft&#039;s development cycles are no longer meeting the needs of web developers&lt;/a&gt; in ways that the open-source community is.</description>
		<content:encoded><![CDATA[<p>@wwb_99: I didn&#8217;t exactly miss your point regarding IIS7, I just didn&#8217;t find it relevant. The fact that Microsoft has not delivered an out-of-the-box strategy for URL rewriting is telling. It shows how little importance they place on URL rewriting whereas to me <a href="http://blog.welldesignedurls.org" rel="nofollow">URL rewriting is one of the most important functionalities a web server can offer</a>. (BTW, though Apache offers URL rewriting out-of-the-box (with the mod_rewrite module) Apache&#8217;s use of error-prone regular expressions for of URL rewriting is painful at best, dangerous at worst. I look forward to a day when we can use <a href="http://blog.welldesignedurls.org/2007/01/03/about-uri-templates/" rel="nofollow">URI Templates</a> for URL Rewriting.)</p>
<p>That said, you made my point about <a href="http://www.mikeschinkel.com/blog/iis70toolittletoolate/" rel="nofollow">IIS7 being too-little, too-late</a> by saying: </p>
<blockquote><p>&#8220;A key thing to remember is that IIS7 really is not quite out yet, even if it is included with Vista.&#8221; </p></blockquote>
<p>In 2000 I would have been really excited about IIS7 shipping on Windows 2000 Server. Today I could care less as it&#8217;s clear <a href="http://www.mikeschinkel.com/blog/microsoftsobsoleteprocessandreleasecycle/" rel="nofollow">Microsoft&#8217;s development cycles are no longer meeting the needs of web developers</a> in ways that the open-source community is.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: wwb_99</title>
		<link>http://www.sitepoint.com/blogs/2007/08/22/making-iis-60-play-with-urlrewriting/comment-page-1/#comment-375997</link>
		<dc:creator>wwb_99</dc:creator>
		<pubDate>Mon, 10 Sep 2007 13:31:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2007/08/22/making-iis-60-play-with-urlrewriting/#comment-375997</guid>
		<description>I think you missed a key point--IIS7 lets you use .NET HttpModules on any web application, and the HttpModules that do URL rewriting already exist. I have also heard that Microsoft will be releasing their own implementation.

A key thing to remember is that IIS7 really is not quite out yet, even if it is included with Vista. The real-deal version is part of Windows Server 2008, so I suspect the other real web hosting tools will come then.</description>
		<content:encoded><![CDATA[<p>I think you missed a key point&#8211;IIS7 lets you use .NET HttpModules on any web application, and the HttpModules that do URL rewriting already exist. I have also heard that Microsoft will be releasing their own implementation.</p>
<p>A key thing to remember is that IIS7 really is not quite out yet, even if it is included with Vista. The real-deal version is part of Windows Server 2008, so I suspect the other real web hosting tools will come then.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: MikeSchinkel</title>
		<link>http://www.sitepoint.com/blogs/2007/08/22/making-iis-60-play-with-urlrewriting/comment-page-1/#comment-375339</link>
		<dc:creator>MikeSchinkel</dc:creator>
		<pubDate>Sun, 09 Sep 2007 17:38:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2007/08/22/making-iis-60-play-with-urlrewriting/#comment-375339</guid>
		<description>@wwb_99: I have both IIS7 and Apache 2.2 on my Vista laptop. I&#039;ve tried IIS7 and, while I would have killed for it&#039;s feature set back in 1998/2000 today it is too little too late. And too much damage has been done from IIS6&#039;s lack of URL rewriting. IIS7 is too cumbersome; it&#039;s a grand design, which is typical Microsoft, but it would be better were it less elaborate.URL rewriting requires me to write a module in C#?  Come on, as everything Redmond, it is over-engineered and makes things harder than they should be. And this is from a former staunch Microsoft technologies advocate. Today I&#039;m using Apache and happily not looking back.</description>
		<content:encoded><![CDATA[<p>@wwb_99: I have both IIS7 and Apache 2.2 on my Vista laptop. I&#8217;ve tried IIS7 and, while I would have killed for it&#8217;s feature set back in 1998/2000 today it is too little too late. And too much damage has been done from IIS6&#8217;s lack of URL rewriting. IIS7 is too cumbersome; it&#8217;s a grand design, which is typical Microsoft, but it would be better were it less elaborate.URL rewriting requires me to write a module in C#?  Come on, as everything Redmond, it is over-engineered and makes things harder than they should be. And this is from a former staunch Microsoft technologies advocate. Today I&#8217;m using Apache and happily not looking back.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: wwb_99</title>
		<link>http://www.sitepoint.com/blogs/2007/08/22/making-iis-60-play-with-urlrewriting/comment-page-1/#comment-375206</link>
		<dc:creator>wwb_99</dc:creator>
		<pubDate>Sun, 09 Sep 2007 14:40:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2007/08/22/making-iis-60-play-with-urlrewriting/#comment-375206</guid>
		<description>@MikeSchinkel: thanks, that looks like a handy resource. And yes, you hit the nail on the head--both Apache and IIS have their place in this world and both are viable HTTP application servers with their individual strengths and weaknesses.

I do, however, thin IIS7 could tip the balance towards IIS. It manages to cover IIS&#039; principal weaknesses--url rewriting, non-administrative configuration via text (well, XML) files.</description>
		<content:encoded><![CDATA[<p>@MikeSchinkel: thanks, that looks like a handy resource. And yes, you hit the nail on the head&#8211;both Apache and IIS have their place in this world and both are viable HTTP application servers with their individual strengths and weaknesses.</p>
<p>I do, however, thin IIS7 could tip the balance towards IIS. It manages to cover IIS&#8217; principal weaknesses&#8211;url rewriting, non-administrative configuration via text (well, XML) files.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: reteep</title>
		<link>http://www.sitepoint.com/blogs/2007/08/22/making-iis-60-play-with-urlrewriting/comment-page-1/#comment-368109</link>
		<dc:creator>reteep</dc:creator>
		<pubDate>Wed, 05 Sep 2007 14:14:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2007/08/22/making-iis-60-play-with-urlrewriting/#comment-368109</guid>
		<description>Don&#039;t worry guys, IIS7 will have pretty good URL Rewriting support.</description>
		<content:encoded><![CDATA[<p>Don&#8217;t worry guys, IIS7 will have pretty good URL Rewriting support.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: MikeSchinkel</title>
		<link>http://www.sitepoint.com/blogs/2007/08/22/making-iis-60-play-with-urlrewriting/comment-page-1/#comment-368063</link>
		<dc:creator>MikeSchinkel</dc:creator>
		<pubDate>Wed, 05 Sep 2007 13:19:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2007/08/22/making-iis-60-play-with-urlrewriting/#comment-368063</guid>
		<description>For those looking for a resource on URL design and rewriting check out http://welldesignedurls.org.

That said, IIS 6.0 is a very frustrating beast having given so little consideration to URL rewriting, and Apache is a very frustrating beast in that one tiny misplaced character in the httpd.conf file can bring the server crashing down rather than running but cleanly reporting the error. In reality both have significant strengths and both have significant failings.</description>
		<content:encoded><![CDATA[<p>For those looking for a resource on URL design and rewriting check out <a href="http://welldesignedurls.org" rel="nofollow">http://welldesignedurls.org</a>.</p>
<p>That said, IIS 6.0 is a very frustrating beast having given so little consideration to URL rewriting, and Apache is a very frustrating beast in that one tiny misplaced character in the httpd.conf file can bring the server crashing down rather than running but cleanly reporting the error. In reality both have significant strengths and both have significant failings.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: DirectAttack</title>
		<link>http://www.sitepoint.com/blogs/2007/08/22/making-iis-60-play-with-urlrewriting/comment-page-1/#comment-364313</link>
		<dc:creator>DirectAttack</dc:creator>
		<pubDate>Mon, 03 Sep 2007 09:32:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2007/08/22/making-iis-60-play-with-urlrewriting/#comment-364313</guid>
		<description>It&#039;s not about technology is about how you use it because nor Apache nor IIS are complete pieces of c*ap. It all comes down to the preference of the decision maker or a company that puts the product on the market.

At the end nothing FREE is ever completely free. Selling software or services or however you wanna call it is one the same thing. Programmers, salesmen, marketing people... they all have to eat.</description>
		<content:encoded><![CDATA[<p>It&#8217;s not about technology is about how you use it because nor Apache nor IIS are complete pieces of c*ap. It all comes down to the preference of the decision maker or a company that puts the product on the market.</p>
<p>At the end nothing FREE is ever completely free. Selling software or services or however you wanna call it is one the same thing. Programmers, salesmen, marketing people&#8230; they all have to eat.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: irrevelent linux</title>
		<link>http://www.sitepoint.com/blogs/2007/08/22/making-iis-60-play-with-urlrewriting/comment-page-1/#comment-352444</link>
		<dc:creator>irrevelent linux</dc:creator>
		<pubDate>Mon, 27 Aug 2007 02:49:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2007/08/22/making-iis-60-play-with-urlrewriting/#comment-352444</guid>
		<description>Amen Apache Killer. Stop drinking the kool-aid, and think for yourself Dr.. Stats dont lie player, if you want to made considerate money, Microsoft is the place to be. Just go ask the PHP developers in the unemployment line.</description>
		<content:encoded><![CDATA[<p>Amen Apache Killer. Stop drinking the kool-aid, and think for yourself Dr.. Stats dont lie player, if you want to made considerate money, Microsoft is the place to be. Just go ask the PHP developers in the unemployment line.</p>]]></content:encoded>
	</item>
</channel>
</rss>
