I've got an asp.net application, it is running very slow when debugging. I know this is common, but even when it's deployed it is running slow. I'm talking 7-10 second delays to post a page in some cases.
If I run it in debug mode and click "stop debugging" in visual studio, I can still run through the app. It is WAY faster here, and everything is still being saved to the database and everything. Why is it so much faster here, and how can I make my deployed site run this fast?
Summary: What can cause my deployed site to run so slow (equally as slow as debug mode), but when I stop the debugger and mess with my local version while it's still brought up in the browser, it is WAY faster than both debug mode and my deployed site.