Solving development problems  |  About this blog

Archive for the ‘cassini’ tag

Firefox very (extremely) slow on Vista Cassini web server (local webserver in VS)

It turns out that the slowness is caused by an IPv6 issue with DNS and can easily be resolved by turning IPv6 support off in Firefox while doing localhost testing.

To make the change do this:

  1. type about:config in the address bar
  2. locate the network.dns.disableIPv6 setting
  3. double-click on it to set it to true.

This does the trick for the Firefox localhost issue on Vista and everything is running fast again.

Written by Avivo

December 2nd, 2009 at 5:07 pm