J
John
Hi,
We have a large asp.net app and have a copy out on the web
on a shared server. I believe that the first time you run
any portion (.aspx) of the app for the first time the code
gets compiled. I have observed that the second time I run
the same .aspx it fires up much faster.
I guess my question is, where does this compiled code
reside, in memory or on disk? And what, aside from
changing the code, causes it to need to be recompiled.
On the shared server, if I run the code and then come back
a few days later it seems to need to be recompiled (runs
much slower the first time). If they knock down the
asp.net process will this cause it. If too many users
does the compiled version get removed from memory?
Thanks,
John
We have a large asp.net app and have a copy out on the web
on a shared server. I believe that the first time you run
any portion (.aspx) of the app for the first time the code
gets compiled. I have observed that the second time I run
the same .aspx it fires up much faster.
I guess my question is, where does this compiled code
reside, in memory or on disk? And what, aside from
changing the code, causes it to need to be recompiled.
On the shared server, if I run the code and then come back
a few days later it seems to need to be recompiled (runs
much slower the first time). If they knock down the
asp.net process will this cause it. If too many users
does the compiled version get removed from memory?
Thanks,
John