About ASP.NET's technology of being viewed by multiple users……http://forums.asp.net/t/1793005.aspx/1?About+ASP+NET+s+technology+of+being+viewed+by+multiple+users+Mon, 16 Apr 2012 01:17:27 -040017930054932961http://forums.asp.net/p/1793005/4932961.aspx/1?About+ASP+NET+s+technology+of+being+viewed+by+multiple+users+About ASP.NET's technology of being viewed by multiple users…… <p>Hi nice MS employees</p> <p>Just feeling curious to know when an asp.net's deployed and published and this site is visited by many clients per timeSo how is it managing its memoryAnd what should we notice about them</p> <p>If I'm using static thingsI don't want everyone share the same thing</p> <p>If I'm using non-static thingseach client comingthe object instance will be recreated again and again</p> <p>Reguards &amp; Thxxxxxxxxx</p> 2012-04-15T09:16:52-04:004933005http://forums.asp.net/p/1793005/4933005.aspx/1?Re+About+ASP+NET+s+technology+of+being+viewed+by+multiple+users+Re: About ASP.NET's technology of being viewed by multiple users…… <p>Memory management in .Net -&nbsp;<a href="http://www.c-sharpcorner.com/UploadFile/tkagarwal/MemoryManagementInNet11232005064832AM/MemoryManagementInNet.aspx">http://www.c-sharpcorner.com/UploadFile/tkagarwal/MemoryManagementInNet11232005064832AM/MemoryManagementInNet.aspx</a>&nbsp;</p> <p>Thanks,</p> 2012-04-15T10:05:42-04:004933233http://forums.asp.net/p/1793005/4933233.aspx/1?Re+About+ASP+NET+s+technology+of+being+viewed+by+multiple+users+Re: About ASP.NET's technology of being viewed by multiple users…… <p>http://www.asp.net/web-forms/tutorials/security/roles/assigning-roles-to-users-cs</p> <p>http://www.asp.net/web-forms/tutorials/security/membership/creating-user-accounts-cs</p> 2012-04-15T14:24:57-04:004933560http://forums.asp.net/p/1793005/4933560.aspx/1?Re+About+ASP+NET+s+technology+of+being+viewed+by+multiple+users+Re: About ASP.NET's technology of being viewed by multiple users…… <p>Sorry the two men abovethey are not what I wantWhat I want to know is</p> <p>How does the system ASP.NETmanage the Server's memory and what's the nice way to release memory as soon as possible?</p> <p>By using &quot;using&quot; statement? Set object instances to null to let Garbage collect them???</p> <p>Anything else???</p> 2012-04-16T01:17:27-04:00