From: Bob Barrows on
I'm sure Dan has the correct answer for you but you are not seeing the
real error message. Read this:
http://www.aspfaq.com/show.asp?id=2109

csw wrote:
> IE error:
> 500 - Internal server error.
> There is a problem with the resource you are looking for, and it
> cannot be displayed.
>
>
> FailedReqLogFiles warning:
>
> 27. -MODULE_SET_RESPONSE_ERROR_STATUS
> ModuleName IIS Web Core
> Notification 2
> HttpStatus 401
> HttpReason Unauthorized
> HttpSubStatus 2
> ErrorCode 2147942405
> ConfigExceptionInfo
> Notification AUTHENTICATE_REQUEST
> ErrorCode Access is denied. (0x80070005)
>
>
> I tried many ways to see what other messages that I can get, but did
> not get any further error message.
>
>
> "Bob Barrows" wrote:
>
>> csw wrote:
>>> Environment: Windows 2008 R2
>>> IIS 7.5
>>>
>>> I have an ASP program that will run on the server, but it will crash
>>> on this
>>> statement "Set oRecordset = oConnection.Execute(strQuery)" when I
>>> run in my
>>> desktop using IE 7.
>>>
>>>
>>> It will run from http://localhost/
>>> It won't run from http://testserver:80/
>>>
>>>
>> Define "crash"
>>> What could cause it?
>>>
>>>
>>>
>>>
>>> The code like this.
>>>
>>> Set oConnection = CreateObject("ADODB.Connection")
>>> Set oRecordset = CreateObject("ADODB.Recordset")
>>> oConnection.Provider = "ADsDSOObject" 'The ADSI OLE-DB provider
>>> oConnection.Open "Active Directory Provider"
>>>
>>> strQuery = "<LDAP://DC=gpo,DC=gov>;(&(objectClass=*)(cn=*" & strUID
>>> &
>>>
"*)(!(userAccountControl:1.2.840.113556.1.4.803:=2)));ADsPath,physicalDe
liveryOfficeName,company,department,title,sn,cn,name,givenname,mail,mail
Nickname,telephoneNumber,otherTelephone,extensionAttribute1,extensionAtt
ribute2,extensionAttribute3,extensionAttribute4;subtree"
>>>
>>> Set oRecordset = oConnection.Execute(strQuery)
>>
>> --
>> Bob Barrows
>>
>>
>> .

--
HTH,
Bob Barrows