I have a private folder with thousand of users' folders which only be accessible by the correct user. No user can access other users' folders. I can only think of creating a web.config authorization rules for each of the users' subfolder. In this case, I don't have to add every rules for each user in one web.config files.
I am wondering is there any other ways of dealing with this problem by just using one web.config instead of creating a unique web.config file for each of the users.