| |
AdrianHowe
Posts: 3
Score: 0
Joined: 2/15/2006
Status: offline
|
Hello, This is my first posting so here goes! I'm wanting to find the details of the user currently logged on by accessing Active Directory, from an asp page using vbscript. The following is an example of the code I'm using: Dim objUser Set objUser = GetObject("LDAP://CN=Adrian H,OU=SBSUsers,OU=Users,OU=MyBusiness,DC=ABC,DC=local") The domain name is 'ABC.local'. However I keep getting an error message: "error '80072020'" IIS, including the asp pages, is housed on a separate server from the primary domain server. The primary domain server is using Windows 2003 for small business. The IIS server is using Windows 2000. My client machine is using Windows XP Professional. Any help with why this error is occurring and how it can be resolved, will be most welcome please. Many thanks Adrian
|
|