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
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