affiliate_link

Tuesday, October 25, 2011

Why ASP.NET appears to be faster than Classic ASP?

 Pages with the .aspx extension use compiled ASP.NET (based on Microsoft's .NET Framework), which makes them faster and more robust than server-side scripting in ASP, which is interpreted at run-time; however, ASP.NET pages may still include some ASP scripting

Reference: http://en.wikipedia.org/wiki/Active_Server_Pages

No comments: