I'm attempting to make a connection to a LDAP server from within global.asax. I'm using a class lib dll I made. Works great in a test program.
Running on the same box, same credentials, etc., the call from within global.asax gives me 'LDAP server is unavailable'. When I look at the LDAP log, it shows no connection activity.
I think I'm being denied by .net security, but I don't know where to look.
Any suggestions?