Thursday, May 07, 2009

Visual Studio: Debug in Firefox


  • Right click on the project
  • Select "browse with"
  • Choose "add" and browse to firefox.exe
  • Click OK
  • Click "Set as Default"



Labels: , ,

Wednesday, May 06, 2009

Firefox Network Timeout Fix

Since I upgraded firefox to 10.0, it's constantly giving me Network Timeout errors. This is the fix.

  • In the address line type about:config
  • Find the line that reads network.http.keep-alive.timeout;xxx
  • click on this line then change the xxx to 100000 or whatever.These are milliseconds.

Labels: , ,