RouteBuilder is a small HttpModule that allows ASP.NET MVC Routing rules to be declared in Web.Config instead of
in global.asax. Note that this version of the HttpModule is designed for the ASP.NET MVC CTP release, and may not work with newer versions of
ASP.NET MVC.
Installation instructions are provided in the readme file in the release.
More information at my blog:
http://codeEleven.blogspot.com UPDATE: This is now out of date with the current ASP.NET MVC Release and will not work.