I have written an ActiveX component in VB 6.0 to be used in an ASP page. When I run the component in debug mode and call it from an ASP page it works fine. When I install it under MTS and call it from an ASP page it works fine. But when I try to call it from the ASP page when it isn't registered with MTS and I'm not in debug mode I get the following error:

ActiveX component can't create object

Any feedback would be greatly appreciated.