I already checked that page, and every other page found by google on this topic I think. I'm also back on my original error now, with permission error.
The previous post I did where I thought I had come further simply wasn't the case after all.
I would love to see a complete guide on how to configure this but havent found one so far. Something like, how to register COM objects for use with classic ASP on IIS7.
I'm kind of novice on the "Component Services" part. The thing that bugs me the most is the fact that everything works fine on a Win2003 X64 machine with the exact same settings for these COM objects.
There is obviously something with either IIS7 or Vistas security that I dont understand here.
BTW: I created to most simple COM object in VB6 and gave every user and every group full access to the DLL, I registred it in "Component Services" and created a simple classic ASP file that tried to instance it using "server.createobject("test.testobj")... SAME ERROR, 'ASP 0178 : 80070005'.
Classic ASP works for normal things, but as soon as I try to create an object using "server.createobject" I get the permission error.