I've built an application in VB6 does some processing - it's not really
important what it does...

The application consists of a single DLL which does all the hard work, and a
simple EXE which acts as the front-end.

I designed it this way in the hope that I could also build an intranet app
that controls the same component (DLL).

I'm building the intranet page now, but I get this error when I try to
instantiate the component. From what I have found out, it is due to the lack
of DCOM permissions for the IUSR_<servername> user.

The following article explains how to set up the permissions:
http://support.microsoft.com/default.aspx?scid=kb;en-us;198432

However, none of my components appear in the lists..

What do I need to do to get my components listed? Is it a compilation issue?
Or do I need to do something else?

Thanks