How to elegantly handle ReturnUrl when using UrlRewrite in ASP.NET 2.0 WebForms
I have a folder with multiple .aspx pages that I want to restrict access to. I have added web.config to that folder with <deny users="?"/>.
I have a folder with multiple .aspx pages that I want to restrict access to. I have added web.config to that folder with <deny users="?"/>.