If I have a route with the following:
{controller}/{action}/{id}
I look at the following URL:
c1/a1/abc.
It doesn't work. This only happens when the period is at the end of the URL. Any way to get ASP.NET MVC to recognize that as part of the ID?