MVC route where path exists
问题 I'm trying to create a route that will caption a url like http://mysite.com/tech/ but I also have an actual directory under the site that is /tech, which contains other static resources. Not my design choice, but I'm migrating an older site to mvc and dont want to break a bunch of very old links. My route seems to keep failing, and what I can figure is that the server sees this directory and is trying to serve up the default file from it... but none is found, and it fails. I'd like it to use