Which I assume means that the web server is impersonating my account's security permissions when I am calling ADSI. However, I have security audits turned on and it appears (in the event viewer) that the user making the requests is ANONYMOUS. What am I doing wrong? Why isn't my request have the security permissions of the account I logged in as?
Couple Other Notes:
1) I am running in Process.
2) My account does have permissions to create users.
3) I am on SP 4
I've tried using oUser.ChangePassword oldpass, newpass, but I get permission denied most of the time. Is there some right that I need to set on a user to enable them to change their own password? #650 - 1998.09.28
I cannot get the example AdsQry to run with WinNT. With LDAP, not a problem, but whenever I try to query WinNT, it doesn't work. What would I have to do to query e.g. "WinNT://" for all computers? Or just one machine with a specific property? #647 - 1998.09.04
We have a web base application on our intranet which accesses a SQL Server database. It worked great until I installed ADSI 2.0 and Platform SDK. Now whenever I try to open a recordset I get this error
ADODB.Recordset error '800a0007'
Out of memory
/test/core/List.asp, line 172
Does anybody know what could be causing this error and how to fix it? #621 - 1998.03.31