Garbage collection of Strings returned from C# method calls in ascx pages
- by Icarus
Hi,
For a web application developed on ASP.NET, we are finding that for user control files (ascx) we are returning long strings as a result of method calls. These are embedded in the ascx pages using the special tags <% %>
When performing memory dump analysis for the application, we find that many of those strings are not being garbage…