I am looking to rewrite all ASP.NET pages to a uniform structure. Something like:
/Content1/Page1.aspx -> /Page1
/Content1/Page2.aspx -> /Page2
/Content2/Page3.aspx -> /Page3 (note different sub-dir)
/xyz/Page4.aspx -> /Page4
Is this possible?
URL Rewriting seems interesting... Will it also comply with my web.config security rules (ie. address access only to /Content2/Page5.aspx should remain in force when browsing to /Page5).