views:

62

answers:

1

I use ASP.NET routing to rename the full paths of my URLs (ie. /page1/page2/file.aspx would just become /file.aspx). This doesn't work with web.config authorization, because that uses physical path/folder names. Is there a fix for this?

A: 

See Routing and Security section:

Routing with ASP.NET Web Forms

rick schott
Did my answer help you solve your problem?
rick schott