We are using a Visual Basic DLL in our ASP page to do heavy computations(client's horoscope related computations).
We often face "Out of Memory" problem on the ASP page calling the DLL objects and it soon neeeds to be stopped and restarted.
We have set all the objects and resources to nothing , both in the
VB DLL and the ASP page.
-Can anyone guide me what's the nub of the problem??
Thanks and regards