<?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 Routing and ASP.NET MVC</title>
	<atom:link href="http://blogs.teamb.com/craigstuntz/2009/03/18/38085/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.teamb.com/craigstuntz/2009/03/18/38085/</link>
	<description>C# • Entity Framework • Functional Programming • MVC • Web</description>
	<pubDate>Sun, 12 Feb 2012 05:14:06 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Carlton Fletcher</title>
		<link>http://blogs.teamb.com/craigstuntz/2009/03/18/38085/#comment-19823</link>
		<dc:creator>Carlton Fletcher</dc:creator>
		<pubDate>Thu, 04 Nov 2010 15:11:51 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.teamb.com/craigstuntz/?p=38085#comment-19823</guid>
		<description>Cheers Craig - I've just done some playing around renaming the application name for the virtual directory.  It does get it from there thanks, but  also frustratingly ignores the case!  Thanks for getting back so quick - appreciate it.</description>
		<content:encoded><![CDATA[<p>Cheers Craig - I&#8217;ve just done some playing around renaming the application name for the virtual directory.  It does get it from there thanks, but  also frustratingly ignores the case!  Thanks for getting back so quick - appreciate it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Craig Stuntz</title>
		<link>http://blogs.teamb.com/craigstuntz/2009/03/18/38085/#comment-19822</link>
		<dc:creator>Craig Stuntz</dc:creator>
		<pubDate>Thu, 04 Nov 2010 14:52:57 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.teamb.com/craigstuntz/?p=38085#comment-19822</guid>
		<description>Carlton, the string comes from the IIS configuration. Not sure which part, though, as I'm not really an IIS admin.</description>
		<content:encoded><![CDATA[<p>Carlton, the string comes from the IIS configuration. Not sure which part, though, as I&#8217;m not really an IIS admin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlton Fletcher</title>
		<link>http://blogs.teamb.com/craigstuntz/2009/03/18/38085/#comment-19820</link>
		<dc:creator>Carlton Fletcher</dc:creator>
		<pubDate>Thu, 04 Nov 2010 14:44:15 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.teamb.com/craigstuntz/?p=38085#comment-19820</guid>
		<description>Hi - great post, and really helpful in understanding the way this works.  I do have one question though please - where does the string for the "SiteRoot".  Does it use the application name, or the directory name - the reason I ask is that RouteLink capitalises the first initial and it is driving me mad!</description>
		<content:encoded><![CDATA[<p>Hi - great post, and really helpful in understanding the way this works.  I do have one question though please - where does the string for the "SiteRoot".  Does it use the application name, or the directory name - the reason I ask is that RouteLink capitalises the first initial and it is driving me mad!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zakir Hossain</title>
		<link>http://blogs.teamb.com/craigstuntz/2009/03/18/38085/#comment-16715</link>
		<dc:creator>Zakir Hossain</dc:creator>
		<pubDate>Wed, 02 Jun 2010 14:34:45 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.teamb.com/craigstuntz/?p=38085#comment-16715</guid>
		<description>Wonderful! 
It realy helps me a lot learn inside of routing as a new MVC developer</description>
		<content:encoded><![CDATA[<p>Wonderful!<br />
It realy helps me a lot learn inside of routing as a new MVC developer</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Khaja Minhajuddin</title>
		<link>http://blogs.teamb.com/craigstuntz/2009/03/18/38085/#comment-5077</link>
		<dc:creator>Khaja Minhajuddin</dc:creator>
		<pubDate>Thu, 02 Apr 2009 10:23:50 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.teamb.com/craigstuntz/?p=38085#comment-5077</guid>
		<description>Thanks for this wonderful post, It definitely removes a lot of mystery from routing which is a cause of confusion for most guys new to MVC.</description>
		<content:encoded><![CDATA[<p>Thanks for this wonderful post, It definitely removes a lot of mystery from routing which is a cause of confusion for most guys new to MVC.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Craig Stuntz</title>
		<link>http://blogs.teamb.com/craigstuntz/2009/03/18/38085/#comment-4806</link>
		<dc:creator>Craig Stuntz</dc:creator>
		<pubDate>Fri, 20 Mar 2009 19:26:59 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.teamb.com/craigstuntz/?p=38085#comment-4806</guid>
		<description>David, I have never tried it. However, &lt;a href="http://haacked.com/archive/2008/03/11/using-routing-with-webforms.aspx" rel="nofollow"&gt;it is possible, although there are significant gotchas&lt;/a&gt;. The good news is that &lt;a href="http://mostlylucid.net/archive/2009/01/25/asp.net-4.0-webform-routing-quick-rsquon-dirty-version.aspx" rel="nofollow"&gt;this will be an officially supported feature in .NET 4.0&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>David, I have never tried it. However, <a href="http://haacked.com/archive/2008/03/11/using-routing-with-webforms.aspx" rel="nofollow">it is possible, although there are significant gotchas</a>. The good news is that <a href="http://mostlylucid.net/archive/2009/01/25/asp.net-4.0-webform-routing-quick-rsquon-dirty-version.aspx" rel="nofollow">this will be an officially supported feature in .NET 4.0</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Glassborow</title>
		<link>http://blogs.teamb.com/craigstuntz/2009/03/18/38085/#comment-4802</link>
		<dc:creator>David Glassborow</dc:creator>
		<pubDate>Fri, 20 Mar 2009 09:24:40 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.teamb.com/craigstuntz/?p=38085#comment-4802</guid>
		<description>Craig have you had any experience using routing with normal asp.net as opposed to MVC ?

I'm wondering if I could use it to at least tidy up the URL's on an existing project.</description>
		<content:encoded><![CDATA[<p>Craig have you had any experience using routing with normal asp.net as opposed to MVC ?</p>
<p>I&#8217;m wondering if I could use it to at least tidy up the URL&#8217;s on an existing project.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

