Visual Studio Debugging Slow in Firefox

Recently I've noticed debugging an Asp.net project in Visual Studio with firefox is unbearably slow. After some messing around with some settings I found a solution.

  1. Open firefox
  2. Go to about:config
  3. In the filter textbox enter network.dns.disableIPv6
  4. Change the value from false to true
  5. Restart firefox
  6. Be happy

With this setting in place hours of time will be saved.

Your rating: None Average: 5 (1 vote)

Comments

Post new comment

The content of this field is kept private and will not be shown publicly.
 
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.
  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>, <c>, <cpp>, <csharp>, <css>, <drupal5>, <drupal6>, <java>, <javascript>, <objc>, <php>, <python>, <ruby>, <tsql>. The supported tag styles are: <foo>, [foo].

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.