ADSI in Windows 2003
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
I have implemented ADSI authentication in my ASP.Net application. The code works fine when running in Windows 2000 server but the same code fails on Windows 2003 Server. The NativeObject is not created in Windows 2003 directory. the LDAP string is LDAP:\\mpcsdev3.com:389\DC=mpcsdev3, DC=com Can nayone help me resolve this issue. thanks in advance