Any info on classic ASP in comparison to ASP.NET Web Pages with Razor Syntax?

  • Which can handle more traffic and which is faster?
  • Are there any benchmarking tests between the two?

I found this question: ASP.NET MVC 3 Razor performance, but it's only about Razor.

link|improve this question

50% accept rate
1  
What does Razor (without Controllers) mean? – Darin Dimitrov Aug 31 '11 at 15:39
just straight .cshtml files – Wilkins Aug 31 '11 at 15:44
There is no MVC without controllers - that's the C in MVC. Please clarify exactly what you are looking for. Even if Classic ASP appears to be more performant (which I doubt), there are many reasons not to use it. – Sam Huggill Aug 31 '11 at 15:50
I understand you can do Razor without controllers, hence this question. – Wilkins Aug 31 '11 at 16:11
Classic ASP is not an appropriate choice for modern software development. As such, it's meaningless to compare it to Razor. Voted to close as "not constructive". – John Saunders Aug 31 '11 at 16:16
show 4 more comments
feedback

closed as not constructive by John Saunders, Will Aug 31 '11 at 16:41

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.