I am having similar issues. I've a a page the with several toolkit controls (2 dropdown extenders, couple of update panels) and on every page refresh in IE7, it's taking up an additional 2500-4000k in memory (seen in task manager). so...
I created a brand new application with one page and just a scriptmanager (and nothing else) and on every page fresh (in IE7) its taking up 150-200k on every refresh.
I've spent days trying to track down the issues using sIEve, Drip, and js memory leak detector. I've send leaks from toolkit controls (such as the dropdownpanel)
This whole problem compounds itself because our site polls (for chat using jsjac) on a regular interval. So if I leave my page open over night IE/Firefox will easily chew up to a gig of memory. That's right a gig.
This is not related to closures or careless programing on our part, since we seen the issue by just placing a scriptmanager and toolkit controls on a page and watch the memory get chewed up.
This seems like a glaring issue that has not been given enough focus. Especially since IE is the biggest culprit and it's Microsoft AJAX technology causing these issues.
Can anyone respond to this issue? This seems obvious and glaring. Create a new AJAX web project, add a scriptmanager to the page and refresh, then watch the memory creep. I do notice that the memory is re-couped when IE is minimized. This doesn't help when a client keeps their browser open all the time, which is more common place these days.
My client is on XP w/ IE7 and FF2. Both browsers are afflicted by this issue but IE is even worse.
Please help.