I have an ASP.NET MVC site where I want routes like /{controller}/{id}/{action}/{date}, where \"date\" is the mm/dd/yyyy portion of a date/time. (I\'m
/{controller}/{id}/{action}/{date}
You can not use a forward slash in a route value in ASP.NET MVC. Even if it is URL-encoded it wont work.
slash in url
There is only a solution if you use ASP.NET 4.0