
Hello! I had the same problem :
Here is the solution :
It's a problem of IIS which is a bad http server...There are two ways to make your page available from every computer :
You have to get the console managment for IIS (See in microsoft site if you dont have it). Then you have to modify the security of your asp file which make the ldap query.
1st solution :
enable anonymous access and specify a user who's got the rights to query the ldap server..But if I remember this solution make further problems with order etc...
2nd solution:
You have to disable the windows authentication, disable anonymous and only enable password protected (with clear password....(i dont know the exact translation, i have windows in french...also i am swiss..)but its the option in the middle....
The problem is that you'll have to enter the password every time...I am still looking for a solution but informations are very bad...
Also the user and password properties of ADO object cannot be used because you cannot get these informations from asp or IIS...And i have seen an example with SID , but still not working so....
Well I dont know why and where you develop your application, but an important thing is that with APACHE (
www.apache.org (http server)) there is no such problem... And its a pity that microsoft cannot make his softwares work together!!!!!!!!!!
hope it was usefull... (i spent 3 weeks to get this solution...)And i am still experiencing problems in developing my asp application...