A
A
Hi,
I understand that the ASP.Net environment compiles code for a page on its
first access and then serves pages from that precompiled code for subsequent
requests. I have a couple of questions:
1. Does this precompiled code ever expire? If so, when?
2. Does each and every page have to go through this process or does the
compiler compile all pages in the directory so that it doesn't have to do
them one at a time for each request?
Thanks
I understand that the ASP.Net environment compiles code for a page on its
first access and then serves pages from that precompiled code for subsequent
requests. I have a couple of questions:
1. Does this precompiled code ever expire? If so, when?
2. Does each and every page have to go through this process or does the
compiler compile all pages in the directory so that it doesn't have to do
them one at a time for each request?
Thanks