Quote:
Hi, I'm trying to figure out stuff to make this site run faster. I don't
know
a whole lot about .aspx but when I rename my .htm files to aspx they run
well,
what I'm wondering is, are they running the same way they did as .htm
files or
is the code being processed by the server like .aspx pages are supposed
to.
|
aspx = .net page = the server will first pre-process it using the .net
framework and then send it off to the browser.
It may 'appear' to be faster due to .net cacheing the file. But that's just
a hunch.
-Darrel