Sometimes, after coding for a while, my debugger doesn t launch IE anymore. when I click F5 it displays the play button with the Pause icon, but no IE shows up.
Have ever had that happen.
Thanks.
Printable View
Sometimes, after coding for a while, my debugger doesn t launch IE anymore. when I click F5 it displays the play button with the Pause icon, but no IE shows up.
Have ever had that happen.
Thanks.
Do you end the IE processes properly each time? Check task manager as well to see if the ASP.NET worker process is still running at the time or the event viewer to see if it's errored out. And possibly, the IE process too.
Hi, I just close the IE window.
What s the proper way to end the IE processes
Thank you