Possible Session State Problem

  • Thread starter Thread starter Brian Mahloch
  • Start date Start date
B

Brian Mahloch

Hello,

I have an ASP.Net application that seems to hiccup every so often for 10 -
15 minutes. The situation is that the controls on the web form (loading
dynamically from SQL Server) will come back blank. Every user will
experience the same issue and then lose all their session state information.
The problem is completely random and the aspnet_wp will restart itself and
solve the problem. I can use SQL Profiler and see the execution of the
procedure to retrieve the control items executes fine.

Any ideas would be greatly appreciated!

Brian
 
This can sometimes be caused by memory problems. If the aspnet_wp process
begins using more than 60% of total memory, it automatically resets itself.
Try opening up Task Manager on the server, and watching memory usage on the
aspnet_wp process to see if it's hogging the memory available.

Mun
 
Back
Top