Strange secutiry issue

  • Thread starter Thread starter Tamir Khason
  • Start date Start date
T

Tamir Khason

Following code:

ActiveDs.ADSystemInfo Info = new ActiveDs.ADSystemInfo();

iAddr.CheckName(LDAP://my_server.my_domain, "myadminuser",
"myadminuserpassword")

In desktop application this works fine even without "myadminuser/password",
BUT in WebService it failed with "Logon failure" error. What is the
problem???

I believe that it is something with IWAN/IUSR user, but who knows...

BTW my_server.my_domain in DIFFERENT domain then I'm currently logged in...



Please advice how to rid of it
 
Got the answer !
Now the tricky question: "How to use CDO from outside requested domain?"
(BTW. this was the problem"
 
Back
Top