P
Paul W
Even though I've changed my default browser in Windows to NN, VS still
insists on firing up IE when I debug. Help please,
Paul.
insists on firing up IE when I debug. Help please,
Paul.
Even though I've changed my default browser in Windows to NN, VS still
insists on firing up IE when I debug. Help please,
Paul.
VS.NET is the 'issue', it has its own settings on what to use..
The easiest way is to manually attach to the process. Well, for me it
is, as I normally keep my window open, I don't want to close the browser
all the time between debugging sessions.
Goto Debug-> Processes... (or hit Ctl - Alt - P)
Under available processes select aspnet_wp.exe and Attach... (or
double-click)
click ok/close at the windows until you're back to vs.net
I used to have a macro that I ran for this, well I tried and it didn't
work perfectly for some reason....
I thought there was somewhere you could set another browser for some
reason in VS.NET as well....I'm looking, can't find it right now....
Craig Deelsnyder said:OK, no luck for me. Anyway, you can use any browser, and let VS.NET
attach the aspnet_wp process, which is the only one that matters for
server debugging. In fact, if you let it launch IE as normal, then opened
up Netscape (or went to an open window of Netsacape) and tried to hit your
breakpoint, it would.
And like I said, I rarely shut my browser. I just attach/detach to the
process (detaching is as easy as hitting stop button in VS.NET)...
Also, client-side script can only be debugged using IE as the browser...
HTH