Author: codavid | Posted on: 8/14/2008 12:09:25 AM | Views : 1233

 Hi,
 
I wrote a simple to do some test. It will allocate a 20MB-large object each time I click a button. When I clicked the button the 3rd time, my app would crash and the OutOfMemoryException is logged in the system log. This is expected. But, what wired is that my application did not recycled, until I recycle it manually. I read on the net that it should recycle automatically.

 
I am using ASP.NET 2.0 + all patch, .net 3.5 installed, win2k3 r2

...

Go to the complete details ...