Hi,
I have the default that vs.net creates in a MVC app:
routes.MapRoute(
"Default", // Route name
"{controller}/{action}/{id}", // URL with parameters
new { controller = "Home", action = "Index", id = "" } // Parameter defaults
);
I also want to catch this route (any text after the domain name, but it can't contain a / in it i.e. no folders, just 'files' on the root).
www.example.com/blah