I am new to MVC3 and so far I think its awesome. Very different however.
In one directory there is hundreds of .cshtml names in a format of: 01-01-01.cshtml. I cant return this view from the controller because the format of the named .cshtml is not recognised.
This link: How to get current page URL in MVC 3
It has a similar problem but is not the same.
What would be the best, fastest way to handle this problem without renaming all my files? (I don't want to do this)