I'm not sure that the VS options under Tools -> Options -> Debugging
-> Just-In-Time will change the default behavior when you press F5,
but you might want to try.
If nothing else, you could disable script debugging in IE (Tools ->
Options -> Advanced).
--
Scott
http://www.OdeToCode.com/blogs/scott/
On Tue, 5 Apr 2005 16:28:11 +0100, "Andy Fish"
<aj****@blueyonder.co.uk> wrote:
Hi,
Using VS.NET 2003, when I use 'F5' to start debugging my web app, it
obviously attaches the IDE to IIS for server debugging. However, it also
seems to put IE into some kind of debugging mode (for javascript debugging)
This causes IE to consume loads of CPU if the page is very large.
Is there any way to have debugging of server side code but leave IE in
"normal" mode?
TIA
Andy