Friday, May 30, 2008

ASP.NET development server very slow on Vista with Firefox - ASP.NET Forums

ASP.NET development server very slow on Vista with Firefox - ASP.NET Forums

In case your Visual Studio 2008 is really slow on Vista (Windows 2008 in my case) opn Firefox, helped me out: to Disable autotuning, run this from the command prompt:

  • netsh interface tcp set global autotuninglevel=disabled

Additionally, disabling IpV6 in Firefox could help:

  • Goto the about:config address in firefox
  • filter by "network.dns.disableIPv6" and double-click to set to true

2 Comments:

At 1:32 AM , Blogger Wagner said...

Of all the suggestions to fix this problem, this is the only thing that worked for me (I use Google Chrome, so the Firefox tip wouldn't help me)...

Uncomment the localhost address in the hosts file (%WINDIR%\System32\drivers\etc\hosts):

# localhost name resolution is handled within DNS itself.

127.0.0.1 localhost

# ::1 localhost

# localhost name resolution is handled within DNS itself. 127.0.0.1 localhost# ::1 localhost


I have blogged about this and other approaches here: http://www.wagnerdanda.me/2009/12/asp-net-development-server-slow-on-windows-vista7-with-firefox-or-chrome/

Cheers!

Wagner Danda
http://www.wagnerdanda.me

 
At 8:51 AM , Blogger Wiebe Tijsma said...

Nice Wagner, thanks....

 

Post a Comment

Subscribe to Post Comments [Atom]

<< Home