Did you know that you can configure Visual Studio to use Firefox when debugging your ASP.NET apps? Here's how it's done.
- Under the Solution Explorer, right-click on any ASPX file and select "Browse With..."
- Click "Add..."
- Click "..."
- Find "firefox.exe" and click "Open"
- Click "OK"
- Make sure Firefox is selected under "Browsers" and click "Set as Default". Close the dialog.
Done! Now when you debug your ASP.NET apps, they'll launch in Firefox rather than Internet Explorer.