I came across a small issue with Visual Studio 2010, I couldn’t launch the ASP.Net Configuration site. I kept clicking on the small icon in the Solution Explorer, but nothing happened, apart from the built-in IIS bubble firing up. The problem is the default browser, which is Firefox in my case. I tried googling for the solution, and I kept seeing people mentioning “Browse with…” and change default browser. But I had no god damn Browse with option when I right-clicked.
Turns out it doesn’t work with everything, you need a genuine HTML page (and not .aspx) in the solution and then you get the Browse with option if you right-click it. From there, you can just set Internet Explorer as the default and it should work fine.
