Groups | Blog | Home
all groups > asp.net > march 2004 >

asp.net : need advice


kreso
3/18/2004 11:36:05 PM
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
--
remove digits for contac

Nico Debeuckelaere
3/19/2004 11:44:00 AM
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.)


[quoted text, click to view]
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.
[quoted text, click to view]

AddThis Social Bookmark Button