Auto Ad Code

Wednesday, June 16, 2010

IE8 and ASP .Net Debugging

Many of you may have faced the issue that the ASP .Net debugger stop functioning when you upgrade to IE8 from any previous version of IE.
Ok here are two solutions

A. Close all IE Windows and then start debugging (F5)
B. A proper and permanent solution is to Edit the Registry.

Here are the steps
  1. Open RegEdit
  2. Browse to HKEY_LOCALMACHINE -> SOFTWARE -> Microsoft -> Internet Explorer -> Main
  3. Add a dword under this key called TabProcGrowth
  4. Set TabProcGrowth to 0.
  5. All done.
Source:
http://stackoverflow.com/questions/663144/why-cant-i-debug-from-visual-studio-2005-after-installing-ie8

No comments:

Post a Comment