Hi,
Every one has a different choice when it comes to browser. I personally like Firefox for surfing the net. I should say the number of addin’s available for Firefox are really very good and makes surfing the net and debugging (Javascript) very easy.
When we use Visual Studio and try to debug a Web Application, by default, it uses the IE. Many a times we do not want it use IE but some other browser (Like Firefox).
With Visual Studio 2008 this can be done very easily. To Change the default browser while using View in browser option just right click on the aspx and select “Browse with” context menu. In the next dialogue we can select or also add the browser there. We can also set the default browser for the Visual Studio in there.
In fact you can also select the default size of the browser to open for the dropdown list below. This a really wonderful feature because many a times when working with a web application I might want to see how does the application looks in different size or browser.
Vikram