Catchall MVC Route
routes.MapRoute( name: "Registration Courses SPA", url: "Registration/{*catchall}", defaults: new {controller = "Registration", action = "Index"});