G
Glen
As I understand it, when the first page of an application is accessed, all
ASPX/ASCX/etc. files in the same folder are compiled using the JIT compiler.
Is there a way to turn this feature off?
As a developer, I am sometimes working on a single file that is in a folder
with many (dozens or hundreds) of other files. After rebuilding the project,
I want to look at that one ASPX file. However, I must always wait for all
the other ASPX files in the folder to also be compiled.
I accept that this is good for most web sites, but during development, I
only want the page(s) I access to be compiled.
Is that possible?
Glen
ASPX/ASCX/etc. files in the same folder are compiled using the JIT compiler.
Is there a way to turn this feature off?
As a developer, I am sometimes working on a single file that is in a folder
with many (dozens or hundreds) of other files. After rebuilding the project,
I want to look at that one ASPX file. However, I must always wait for all
the other ASPX files in the folder to also be compiled.
I accept that this is good for most web sites, but during development, I
only want the page(s) I access to be compiled.
Is that possible?
Glen