Memory Issue for aspnet_wp.exe
-
Dear All, I'm asked to solve this problem in an old project implmented on ASP.net 2003 After some minutes of use the aspnet_wp.exe memory usage exceeds 100 MB because of the sessions and values in sessions. Tere datasets filled set as session values! I want to free the memory from the session variable when the user clicks "Sign Out" i tries these stuff on the button call: Session.Abandon() Session.Clear() Session.RemoveAll() but the memory used by aspnet_wp.exe is still the same i put this code in the Global.asax where the sessions are initialized in both Session_End and Application_End subs but with the same results So how can i free the memory? I would really appreciate any help or keys
Best Regards 3ala2 :)
-
Dear All, I'm asked to solve this problem in an old project implmented on ASP.net 2003 After some minutes of use the aspnet_wp.exe memory usage exceeds 100 MB because of the sessions and values in sessions. Tere datasets filled set as session values! I want to free the memory from the session variable when the user clicks "Sign Out" i tries these stuff on the button call: Session.Abandon() Session.Clear() Session.RemoveAll() but the memory used by aspnet_wp.exe is still the same i put this code in the Global.asax where the sessions are initialized in both Session_End and Application_End subs but with the same results So how can i free the memory? I would really appreciate any help or keys
Best Regards 3ala2 :)
-
May I suggest reading http://www.issociate.de/board/post/260520/aspnet_wp.exe_memory_problem.html[^]