I have a c# asp.net web app. Breakpoints in the database layer are no longer stopping execution but the breakpoints in the UI layer are still working okay. Can anyone hazard a guess why this might be happening?
I've checked all the usual suspects (Debug build is on for all projects) and recompiled all projects in solution...