Hello,
On two asp.net projects of mine where the clients have millions of records, we have the same issue of the aspnet_wp.exe process grows slowly until the process needs to be killed or out of memory exceptions will start occurring for everyone when the size approaches the limit of IIS for memory usage.
We've use 3GN in boot.ini to double our time for the kill process, but still once a day it stops the entire application.
I engaged Microsoft tech support on this and they thought they could get it down to a line of code. But what they got it down to was the it had something to do with garbage collection not happening on sets of objects created by llblgenpro code.
This didn't narrow it down at all since that code is used in every page. They kept emphasizing that these objects should be normally closed by GC, but something about frequency of use or something was giving them a special status that just kept putting the GC action off. So we have the growth.
Have you had others reporting such?
Obviously my clients aren't impressed by these results.
Thanks,
Terry