开发者

Suspected memory leak in asp.net application

开发者 https://www.devze.com 2023-03-29 12:18 出处:网络
I have a few asp.net applications running on my IIS6 server. And after I published a new one, it froze after a few hours. When i restart the app-pool it works again.

I have a few asp.net applications running on my IIS6 server. And after I published a new one, it froze after a few hours. When i restart the app-pool it works again.

I see after I restart the app-pool that the memory footprint of w3wp.exe increases steadily by about 4-500kb each second, and it d开发者_JAVA技巧oesn't seem to stop.

How can I find out what is causing the memory leak?


Tess's blog is the place for learning how to track these down.

.NET Debugging Demos

0

精彩评论

暂无评论...
验证码 换一张
取 消