I am new to asp.net mvc and now struggling with url routing. I\'m using asp.net mvc 3 RC2.
How can I create a url routing that IGNORES the very end
Either create your own route class, or use this regex route implementation: http://blog.sb2.fr/post/2009/01/03/Regular-Expression-MapRoute-With-ASPNET-MVC.aspx