I have an app with about 200 aspx pages and it started to run slowly some days ago.
It seems that the VS 2010 debugger started to fire application_start on every single code change.
Before this slow behavior, the debuger fire the application_start just once and I had to stop the dev server to force the event.
- Windows 2008 R2 server x64
- Visual Studio 2010
- 3 developers via rdp (all with the same issue)
Thanks.