Hey,
I have a ServicedComponent object that sits in the Com+ in activation mode
of Server.
And I have an ASP (3.0 - Not ASP.NET !) that uses this object using
CreateObject.
At the end of the use, my users use: Set objComPlus = Nothing (From the
ASP!).
But the problem is, that the objects are never disposed, and as a result
after a while the object gets stuck...
My Servers are Windows 2003 Servers with IIS 6.0 Com+ 1.5 and .Net Framework
1.1 (without sp1!)
Is there a different way to dispose the object in a DNA applications,
Or do I need to change something in the framework's security???
BTW, when working in the same way but with VB 6.0 com+ objects, the - "Set
obj = Nothing" Does disposes the object...
Thanks ahead
|