I have an ASP that calls a Component that I created in VB. I don't know if my problem is in VB or ASP. The first time I run the script my search works fine and returns all the records that I need, the second time I don't get any records. I found out that if I CTRL+ALT+DELETE and run the Task Manager there is a dllHost.exe (I assume that is what runs my component out of process) If I terminate it, then my ASP works fine for the first time again, but I have to keep killing the dllHost.exe for this to work. Any Ideas about why this is? I am creating my VB Component using CreateObject and destroying it when the script is finished by setting it = nothing. I am running it on IIS 5.0 also.
Thanks,
Adam
Thanks,
Adam