12-27-2004 06:23 AM - edited 03-13-2019 07:27 AM
Hi,
I have a problem with the ActiveX 'LDAPSearch.LDAPSearchList'. When i try to create an instance of it in a ASP Web Application using :
var s = new ActiveXObject("LDAPSearch.LDAPSearchList");
There is no problems until I try to reach the page from an other client. IIS seems to be blocked : there is no Error messages or feedback.
12-30-2004 02:10 PM
have you tried to put .1 behind it (like the examples..)
var s = new ActiveXObject("LDAPSEARCH.LDAPSearchList.1");
and do you catch exceptions in your script?
hth
01-02-2005 02:39 AM
Yes i have tried this LDAPSEARCH.LDAPSearchList.1 and this is the same problem.
I catch de exceptions... but there is no answer from the IIS server (it seems the script is blocked ?)
07-06-2005 05:39 AM
have you installed the ldapsearch.dll as a COM service?
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide