<?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: Getting up to speed with the Castle.MonoRail trunk</title>
	<atom:link href="http://lostechies.com/seanchambers/2008/06/06/getting-up-to-speed-with-the-castle-monorail-trunk/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/seanchambers/2008/06/06/getting-up-to-speed-with-the-castle-monorail-trunk/</link>
	<description>Just another LosTechies site</description>
	<lastBuildDate>Thu, 13 Sep 2012 07:11:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: ...</title>
		<link>http://lostechies.com/seanchambers/2008/06/06/getting-up-to-speed-with-the-castle-monorail-trunk/#comment-243</link>
		<dc:creator>...</dc:creator>
		<pubDate>Sat, 07 Feb 2009 21:33:26 +0000</pubDate>
		<guid isPermaLink="false">/blogs/sean_chambers/archive/2008/06/06/getting-up-to-speed-with-the-castle-monorail-trunk.aspx#comment-243</guid>
		<description>good site!</description>
		<content:encoded><![CDATA[<p>good site!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: schambers</title>
		<link>http://lostechies.com/seanchambers/2008/06/06/getting-up-to-speed-with-the-castle-monorail-trunk/#comment-242</link>
		<dc:creator>schambers</dc:creator>
		<pubDate>Mon, 17 Nov 2008 04:30:30 +0000</pubDate>
		<guid isPermaLink="false">/blogs/sean_chambers/archive/2008/06/06/getting-up-to-speed-with-the-castle-monorail-trunk.aspx#comment-242</guid>
		<description>David, I should have mentioned that you need to place them in a static class like so:

	public static class RoutingRules
	{
		public static void Register(IRoutingRuleContainer rules)
		{}
        }

then from your HttpApplication you have to pass the RoutingModule instance to your static class:

RoutingRules.Register(RoutingModuleEx.Engine);

It may be different now, been awhile since I used that code.</description>
		<content:encoded><![CDATA[<p>David, I should have mentioned that you need to place them in a static class like so:</p>
<p>	public static class RoutingRules<br />
	{<br />
		public static void Register(IRoutingRuleContainer rules)<br />
		{}<br />
        }</p>
<p>then from your HttpApplication you have to pass the RoutingModule instance to your static class:</p>
<p>RoutingRules.Register(RoutingModuleEx.Engine);</p>
<p>It may be different now, been awhile since I used that code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Brown</title>
		<link>http://lostechies.com/seanchambers/2008/06/06/getting-up-to-speed-with-the-castle-monorail-trunk/#comment-241</link>
		<dc:creator>David Brown</dc:creator>
		<pubDate>Tue, 11 Nov 2008 21:22:31 +0000</pubDate>
		<guid isPermaLink="false">/blogs/sean_chambers/archive/2008/06/06/getting-up-to-speed-with-the-castle-monorail-trunk.aspx#comment-241</guid>
		<description>Where exactly did you place your routing rules in your HttpApplication class? I&#039;ve used the code you provided for directing to a default action, but I continue to get errors like:

Could not find action named  on controller \home

(The blank space is part of the original error message)</description>
		<content:encoded><![CDATA[<p>Where exactly did you place your routing rules in your HttpApplication class? I&#8217;ve used the code you provided for directing to a default action, but I continue to get errors like:</p>
<p>Could not find action named  on controller \home</p>
<p>(The blank space is part of the original error message)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
