(This is probably an ASP question, but since the
real question is the memory accumulation under mtx.exe,
so I posted my question here also.)
My asp page is creating a com object,
using Server.CreateObject("progid")
and then call one of its method, at last set it to
nothing. like the...
My asp page is creating a com object,
using Server.CreateObject("progid")
and then call one of its method, at last set it to
nothing. like the follwing:
<%
if IsEmpty(Session("obj")) then
set obj = Server.CreateObject("progid")
Set...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.