G
Guest
Can anyone point me towards reasons why Response.Redirect would work ok when
running without debugging (via "Start without debugging" menu choice) but be
really really slow when running in debug mode?
When starting without debugging, the redirect is almost instantaneous, but
with debugging it takes up to a minute or longer (though it does eventually
succeed). CPU usage pegs during the delay with devenv.exe taking up most of
it.
This is on VS 2003 running on an XP box.
Thanx!
Max
running without debugging (via "Start without debugging" menu choice) but be
really really slow when running in debug mode?
When starting without debugging, the redirect is almost instantaneous, but
with debugging it takes up to a minute or longer (though it does eventually
succeed). CPU usage pegs during the delay with devenv.exe taking up most of
it.
This is on VS 2003 running on an XP box.
Thanx!
Max