ASP.NET uses type of authorization which is file-based authorization, and it’s implemented by the FileAuthorizationModule. This authorization takes effect only if you’re using Windows authentication. If you’re using custom authentication or forms authentication, it’s not used.
You can understand file authorization if you know how he Windows operating system enforces file system security. When your …