I have a folder with multiple .aspx pages that I want to restrict access to. I have added web.config to that folder with .
The
If you are using ASP.NET 3.5, use ASP.NET UrlRouting instead. But you must check the authorization manualy.
http://chriscavanagh.wordpress.com/2008/03/11/aspnet-routing-goodbye-url-rewriting/