Just like the rest of the industry, no "best" option is available -all frameworks has its own share of strength, and weakness.
Basically, when it comes to web development, there are 4 stable technology stacks:
- ASP.NET -you already know it
- PHP: strength: web development standard, and scaling it to very high levels is not only possible, but rather easy. Well documented, and a large array of libraries are already available. Weakness: due to ease of getting the basics, the surrounding community is rather noobish, which resulted in several khm less, than optimal khm code-bases. This can, however, be improved.
- Java/J2EE: strength: stable scalability, a very large, and diverse set of tools already available. weakness: choosing the most optimal stack for your situation can be hard; hosting costs might be higher, than PHP
- Python, along with Django
- And the +1 is Ruby; the jury is still out with this one.
With all web developments, the question boils down to what you want to achieve, and what experience you / your team has. Statistically, PHP tends to be most popular choice, due to the fact, that any random developer can pick it up rather easily (compared to the other options), dive into the codebase, and fix / hack things right away. Again, YMMV, do the research, instead of asking for opinions.