Developing an ActiveX DLL in VB6 for ASP on my development XP - in the VB environment everything works well - no problem to late bound instantiate the DLL by CreateObject (I don't work with GUID).
Under ASP I always get the 438 error - although it's on the same machine, under my super-user with all privileges (I gave the IUSR_machine the highest privileges).
I have already burned three days and did not find a solution. I hesitate to upgrade IIS because I do all my development on this machine and never had a problem like this (e.g. "never change a running horse")
Maybe someone can give me a link how to locate the resource that IIS thinks is missing. In DependencyWalker I have IESHIMS.dll and WER.dll missing but according to tyranid this can be ignored. I know that Sysinternal's REGMON can do this job - but how to filter ?
Thank you for any hint - if there is no other possibility I'll upgrade IIS.