How do I create a rule for all URLs to a specific View folder to go to the same controller action ... ? For example any URL that ends in ~/Sections/ should go to ~/Sections/Index. I've tried the following to no avail:- routes.MapRoute( "Sections", // Route name "Sections/*", ...