A friend of mine asked me recently how to handle a situation with a dot (.) in the path for an MVC project. The path looked something like this: http://domain.com/aspnet/CLR4.0 The MVC routes didn’t work for this path and the standard IIS 404 handler...
I ran into an issue today that took a good part of the afternoon to track down so I thought I would post the story in case it helps anyone else. I’m using MVC 3 RC1, although this issue and solution should be applicable to future versions of MVC also...