Imported from the CodePlex archive for reference purposes. Support for MvcCodeRouting has ended.
Commented on
I've got a project I'm using this library on, and I'm having an issue with the default action not being picked up in one of my routes. The route that shows up in routes.axd is as follows:
Ok, I managed to finally hunt this down in the process of building a sample project. It turns out I had a real directory in the project left over from something I was trying previously that shared its name with the route. I'm assuming that since that directory existed, IIS decided to serve the request from there when it was just the directory name, and when the action was on there, that didn't exist, so IIS served it with the runtime.