I'm running an ASP script under MSDTC and can't seem to get the debugger to take over execution. I manually startup debugger and under "running docs" I can see each page until the MSDTC page when it falls over with my current problem - redirecting to my error page. IE. I don't get to see the code/get opportunity to set breakpoints. I have even inserted "debugger;" (jscript) in the code, which is meant to arrest execution. Can anyone help?