Search code examples
asp.netasp-classicperformancebenchmarking

Anyone have benchmarks / speed tests comparing Classic ASP vs ASP.NET 2.0 or 3.5?


I'm thinking about using ASP.NET in a new project I'm starting and I'm wondering if it's faster than classic ASP. I've been using classic for years, and never ran into any problems, but I really want to pick the fastest out of the three.

Thanks for your help!


Solution

  • For one .Net is a compiled and VBScript is, well, a script language. Just the fact that .Net is compiled and classic is not gives .Net a huge advantage.

    PHP which is a script language and not compiled, is 10 times slower than .Net...