Visual Studio Debugging Slow in Firefox

Share this

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)

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> <img>
  • Lines and paragraphs break automatically.
  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>, <asp>, <c>, <cpp>, <csharp>, <css>, <drupal5>, <drupal6>, <html4strict>, <java>, <javascript>, <objc>, <php>, <python>, <ruby>, <tsql>.

More information about formatting options

By submitting this form, you accept the Mollom privacy policy.