Breakpoint in Application_Error
If you are trapping errors in the Application_Error event, you need to change the VS 2008 Debug settings to let the error pass through to the app event, rather than breaking at point in the code where the error occurred.
Under Options / Debugging / General – uncheck Enable Just My Code
Trackback URI |