You can't correct your code while you are debugging. You need to quit out of debug mode. Obviously you technically COULD change the ASP and ASPX code while the debugger is running and without recompiling, but visual studio won't let you do that. To the best of my knowledge there is no setting to disable this. Plus, for the compiled codebehind model it wouldn't do you any good anyway if you are editing the code instead of the markup.
Peter
------------------------------------------------------
Work smarter, not harder.
|