1

I have an ASP.NET 2.0 website on IIS8 on windows server 2012.

When the website is first started it is quite fast, but it gradually gets slower throughout the day. If I restart IIS the problem is fixed and it is fast again but then the cycle continues and it gets slower.

Where can I start on trying to diagnose this problem..?

Kyle
  • 32,731
  • 39
  • 134
  • 184
  • 2
    It sounds like your application code is leaking objects or has a thread stuck in a loop somewhere. Have you audited your code and are you using `using(){}` and `IDisposable` correctly? – Dai Mar 09 '13 at 01:57
  • Use some profiler to find your leak http://stackoverflow.com/questions/10644/any-decent-c-sharp-profilers-out-there – Aristos Mar 09 '13 at 03:03
  • Check which page is consuming most memory. You can get some information from worker process present in IIS – Sunil Agarwal Mar 09 '13 at 21:25

0 Answers0