Forum Moderators: open

Message Too Old, No Replies

ASP & LDAP & Win2K

Roger Admits Defeat.....

         

evinrude

10:08 pm on Jul 5, 2001 (gmt 0)

10+ Year Member



Alrighty, I've been pounding on a project to convert our corporate phone list/adressing/"general people list" from an SQL database to LDAP. Our sysadmin had the fun/easy part of actually creating the LDAP stuff with Win2K active directories. I get the fun part of creating the web based lookup for each application that had previously used the SQL database.

However, I think I've been defeated. ;) And while I'm in a self-abusive mood, I'll readily admit that I may be going about this completely wrong.

Essentially, I'm using this code [support.microsoft.com] from the MSDN site. The only problem is, it generates "Unspecified Errors" which proves to be less then usefull in troubleshooting. :)

I tried basing another ASP page of off a working VBScript, with the same "Unspecified Errors" as a result.

Has anyone managed to get this combo working? It doesn't look like it should be this difficult to query an LDAP server and display results!

Any help would be much appreciated! Thanks! :)

Xoc

12:35 pm on Jul 6, 2001 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I suggest putting in Response.Write statements until you figure out which line is actually failing. I suspect the problem is with your network setup or security settings, not with the actual code.