I've just found out that you're able to run dll's or .NET Framwork components using ASP.NET's server.createObject(progId).

After searching the internet I find this:
"progID - Specifies the type of object to create. The format for progID is [Vendor.]Component[.Version]. "

Now what's "[Vendor.]Component[.Version]"!? If I've created a VB.NET Windows Control Library compiled download forexample myControl1.dll, how do I know what to type as prodId? The class name? Should I add namespace (don't quite understand what this is)? Please help!