Actually, when I run the COM DLL within the VB6 IDE using CTRL+F5 and then call my classic ASP page to use this component, it returns an error “Object required”. To me it is not picking up the COM object while running from within the IDE unlike in Windows 2000 server that we are using to build our classic ASP solutions.
However, when I build the same code (and register it) then my ASP page works.
I don’t really know what is causing the problem but I guess is it something to do with the difference of W2K IIS and W2K3 II6 in handling/executing the ASP page and probably ASP context issue or something. Really no idea!