ASP.NET routing and physical paths in web.config
I use ASP.NET routing to rename the full paths of my URLs (ie. /page1/page2/file.aspx would j开发者_如何转开发ust become /file.aspx). This doesn't work with web.config authorization, because that uses physical path/folder names. Is there a fix for this?
See Routing and Security section:
Routing with ASP.NET Web Forms
精彩评论