View Single Post
Old 08-04-2004, 07:15 PM   #9 (permalink)
rdove
Masked Moderator
 
rdove's Avatar
 
Join Date: May 2002
Location: Indianapolis, IN
Posts: 260
rdove is on a distinguished road
Re: Some Thoughts on ASP.net

Quote:
Originally posted by ashish
At the first requet of a ASP.net page the code is compiled and a copy of it created & cached in the memory, thus allowing for increased performance.
You do realize that you don't have to compile ASP.NET code. You can code ASP.NET pages just like you do in ASP. When the ASP.NET page is accessed the JIT compiler will kick in and compile the code much like it does in ASP.NET.
__________________
~Ryan

rdove is offline   Reply With Quote