Running a quick test, I get the same behavior. Is it a viable option to use something other than Properties?
mannish
2009-07-01 19:04:35
Running a quick test, I get the same behavior. Is it a viable option to use something other than Properties?
I don't know if it's an option for you, but you could try to disable routing to existing files.
routes.RouteExistingFiles = false;
Since someone else is having the same problem, I'm guessing that you're running into a reserved keyword here (I imagine ClassControllers are out as well).
It's not the first time it's happened either - digging deeper into the internals of the environment, you can't route to Windows' reserved keywords either.