问题
how I create a Ignore route to a Virtual Directory inside my ASP.Net MVC website?
my website is IT02:8069 and I create a virtual directory IT02:8069/AVR01 because inside of this directory I have files with this path IT02:8069/AVR01/2012/05/14/09/10/59000c00412.spx, but if I try connect in this path I get the erro 500.19. All files inside this path has are *.spx
回答1:
updated: try this: routes.IgnoreRoute("AVR01/{*pathInfo}");
来源:https://stackoverflow.com/questions/10637334/mvc-ignore-route