need advice

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

i dont understend how can aspx be faster then standard asp pages, when on my computer asp parses 2-3 times better then .NET. i got feeling that something is blocking or making the engine tired. i mean, when i first fire some page it took a while, but after calling it again it has better response

if someone has some advice i would be greatful
 
ASP.NET pages get compiled.
When you first call that page it indeed takes longer because it gets
compiled first at that time.
After that ASP.NET will be fast.

Regards,

--

Nico Debeuckelaere

ND-Sign BVBA (Microsoft Certified Partner since 2004)
URL: http://www.nd-sign.com
== ND-Sign, Designed for you ==
(This posting is provided "AS IS", with no warranties, and confers no
rights.)


kreso said:
i dont understend how can aspx be faster then standard asp pages, when on
my computer asp parses 2-3 times better then .NET. i got feeling that
something is blocking or making the engine tired. i mean, when i first fire
some page it took a while, but after calling it again it has better
response.
 
Back
Top