To use the browser, call ADSI through ASP to control the resources of Windows 2000, you must use the Administrators group user permissions to be used normally.
There are two solutions.
1. By modifying the IIS site--directory security-anonymous access user--set the Administrators group user as anonymous access user
Once set up, users accessing this site will all have Administrators group user permissions, so you should be careful to set this.
2. By modifying the IIS site - directory security - just select the basic difficult to verify one.
After setting up, every time you visit this site, you will be prompted to enter your username and password. You can enter the correct username and password before accessing it. If you set up the entire site, every visitor needs to enter a username and password, which will cause a lot of unnecessary trouble
Note: In order to reduce security hazards and achieve higher usage effects, we can create a virtual directory, move files that require permission support to this virtual directory, and then set this virtual directory as described in the above solution, which will achieve better results.