When calling a component from an ASP page, and this component is running in a COM+ package I use this command to get a referance of the intersict object of ASP.
set refApplication = GetObjectContext("Application"
My question is how can I get a ref to one of my own object's created on an ASP page in a COM componenet called by that page.
I belive my component must suport some kind of interface, or that I have to add it to the GetObjectContext collection some way...
set refApplication = GetObjectContext("Application"
My question is how can I get a ref to one of my own object's created on an ASP page in a COM componenet called by that page.
I belive my component must suport some kind of interface, or that I have to add it to the GetObjectContext collection some way...