i have a simple question
How to disable a folder with aspx pages in asp.net
Thw folder is “Administration” and i want to disable it that it cannot be called in browser by typing …/Administratin/edit.aspx, or that simple to redirect to a login page if we want to go to the administration part
Use a locations element and config settings to restrict access to folders.