I have Remoting server ASP.NET 1.1 in a W2003 Server.
All the Remotable objects are created as SingleCall,
I´m using the DB2 UDB ADO.NET provider + SP1 to create and dispose properly
the connections of the pool.

After a while of working, when a proxy client calls a remoting method, it
produces a System.OutOfMemoryException in the server.
And I can see that W3WP.EXE is consuming all the resouces of the machine.

Please I´m lost, guide me.