Originally posted by : Jim Feng (feng567@tfn.net)I wrote an ASP interface to manage user account. It works for searching an user in a group. But when I try to Add or Remove user from a group, I receive an error: Active Directory error '80070005' General Access error denied. I have turned off anonymous access to the web. I know the AUTH_USER has administrator rights to the server. Any ideas?
Originally posted by : Appaji (svappaji@hitech-outsourcing.com)Hi, you can use Active directory authentication , then You can add and remove users from Active directory. I think you have login page in your web application, then it is ok otherwise provide login page before do anything on Active directoryregardsappaji------------Jim Feng at 10/16/2001 3:21:01 PMI wrote an ASP interface to manage user account. It works for searching an user in a group. But when I try to Add or Remove user from a group, I receive an error: Active Directory error '80070005' General Access error denied. I have turned off anonymous access to the web. I know the AUTH_USER has administrator rights to the server. Any ideas?
Was this answer helpful ?
Yes No