i have ASP.NET application (Microsoft "Stock Trader 5.0") installed on IIS 7.5 (Win 2008 R2) and i'm using in load application to load stress on the ASP.NET application. every morning when i check the "perfmon" counters i see that around midnight (12 AM) i got memory and threads utilization problem (thread count jump from 150 to 1400, private memory increased in 200 MB for a few minutes). this issue happened every day only at midnight, i tried to disabled the IIS logging, stop any schedule task that running around midnight, but i still got this issue.
there is something else that i can try or check to solve this issue ?
thanks !!