Posted on: 2/8/2013 10:31:20 AM | Views : 459

Got a frustrating problem and I cannot figure it out. It happens at random times and the quickest way to solve it, it to recycle the application pool and then it's working again.  The errors are not all ways the same and it seems to be the more people you get on the quicker the problems arise. 
Specs: developing an Intranet it sits on a Windows Server 2003 RS (SP2) 1.86Ghz (Quad core) 4BG of RAM.  CPU usages around 1% and memory use about 1.25BG, so plenty of room, when loading the home page CPU usages goes to about 15% for a second or so. Using IIS6, talking to an SQL 2005 database, ASP.NET 4.
Application pool: Recycle worker process = 1740 Shutdown worker processes after being idle for (time in minutes) = 20 (have tried this a 480) Have unticked the Request queue limit (to see if that makes any difference, it doesn't) Web garden (Max number of worker processes (default)) = 1
Got ...

Go to the complete details ...