I got a ASP.NET MVC 2.0 Preview 1 app and started to create some areas which contains their own routes.
I want to have a way to overwrite these routes in the main projec
How do in this?
RouteTable.Routes.Remove(RouteTable.Routes["PostIndex"]);