S
Selvad71
I have a simple asp page to create a mailbox.
The Authentication method is window based.
if i open the page from server (using domain administrator login) it
works fine.
if i open the same page from a client (using domain administrator login
at ie request) it fails
the line tha fails is:
set objUser=GetObject(strLDAP)
the error is 2147016672 (no description)
strLDAP is like:LDAP://MyServer/cn=User
Test,OU=ouUsers,DC=MyDomain,DC=local
thanks.
The Authentication method is window based.
if i open the page from server (using domain administrator login) it
works fine.
if i open the same page from a client (using domain administrator login
at ie request) it fails
the line tha fails is:
set objUser=GetObject(strLDAP)
the error is 2147016672 (no description)
strLDAP is like:LDAP://MyServer/cn=User
Test,OU=ouUsers,DC=MyDomain,DC=local
thanks.