I am well aware that component .dll's now need to be copied to the /bin
directory of an application for it to work, but does this also hold true for
.dll components that were originally compiled in classic ASP?
I have a component that was written for classic ASP, I assume I will need
the aspcompat = true directive in my .aspx page to access it, but in order
to register this component, will I just need to copy it to the /bin
directory, or because it is an old component do I have to still register the
dll manually with regsvr32?
Thanks
Greg