Thanks Tarwn, I can obtain the users AD login using Request.ServerVariables.Item("LOGON_USER") so i know the windows authentication is working.
Im developing on a XP machine with IIS local, upon which it works fine. the code drop doesnt work on W2K3 servers in the same directory.
Ive used the below code to confirm MDAC Versions,
Dim objShell
Set objShell=Server.CreateObject("WScript.Shell")
response.write=objShell.RegRead("HKLM\Software\Microsoft\Dataaccess\Version")
strDBName
ive found that the live servers use version 2.82.1830.0 and my devel machine uses...
i can on the fly, but not through the odbc manager.
if i know the full account details i can use something like
Set objUser = GetObject _
("LDAP://cn=Myerken,ou=Management,dc=NA,dc=fabrikam,dc=com")
response.write "User Principal Name: " & objUser.userPrincipalName
response.write "SAM...
Im trying to query the W2K3 AD without using ADO, the reason is i cant upgrade MDAC as im on a live server farm. i get the error: Provider error '80004005'
Unspecified error
Ive tried many ways using ADO to no luck (though it works fine from my devel PC). Ive read that nstalling the newest...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.