To use a browser and use ASP to call ADSI to control windows 2000 resources, you must use the Administrator Group's user permissions.
There are two solutions.
1. Modify the IIS Site-Directory Security-Anonymous access user-set the users in the Administrators group to anonymous access users.
After setting, users accessing this site will have the permissions of the Administrators group. Therefore, be careful when setting this operation.
2. Modify the IIS Site-directory security-and select only one of the basic hard certificate items.
After the configuration, you will be prompted to enter the user name and password each time you access the site. You can only access the site after entering the correct user name and password. After the entire site is set, every visitor needs to enter the user name and password, which may cause a lot of unnecessary trouble.
Note: To reduce security hazards and achieve better results, we can create a virtual directory to move the files that require permission support to this virtual directory, setting the virtual directory in the above solution will achieve better results.