I must be dense. After asking several questions on StackOverflow, I am still at a loss when it comes to grasping the new routing engine provided with ASP.NET MVC. I think I\'v
i think your question is similar to mine. ASP.NET MVC Routing
this is what robert harvey answered.
routes.MapRoute( _ "SearchRoute", _ "{id}", _ New With {.controller = "User", .action = "Profile", .id = ""} _
)