I am trying to use proper REST urls with MVC. To do that I switched default Routing from:
REST
MVC
{controller}/{action}/{id}
Remove this part:
id = UrlParameter.Optional
may be resolve the problem; when you define "id" as an optional parameter, and you have the "Default" map, the "Default" and the "AdminRoute" are same together! regards.