cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
391
Views
0
Helpful
3
Replies

LDAPSearch.LDAPSearchList instance blocking

chp
Level 1
Level 1

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.

3 Replies 3

Sascha Monteiro
Level 6
Level 6

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

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

have you installed the ldapsearch.dll as a COM service?