Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Which is really faster? .NET or Classic ASP?

Status
Not open for further replies.

dpdoug

Programmer
Nov 27, 2002
455
0
0
US
I'm kind of new at ASP.NET, but from testing my new app on my local machine, it seems to be much slower than Classic ASP. I haven't uploaded my files to the host yet, so maybe in a real production situation it would be much faster.

Has anyone out there had much experience with both? Which is really faster?

dpoug
 
ASP.NET is faster by far. IMHO. Why? Well, let me first say that ASP.NET initially is slower, or appears to be. This is do to compiling of the code on first pass. Once the page(S) are accessed once, each subsequent time will be faster than initally. This is because the code has already be compiled, and there is no work to be done unless a change is made to a page.

This is of course My Opinion.



_________________
Paladine

"Doing what others find difficult is talent.....
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top