What conditions cause the web application to be compiled over time?

I am wondering which conditions lead to a simple compilation of the application?

I think we all know that a first visit to a non-precompiled site will trigger JIT. How about entering a new code into the App_Code directory?

I am sure that some actions, such as saving web.config, simply unload the application pool, and so far I'm a little confused as to which action has which result.

I would like to get a link to good MS documentation or , if not for the thoughts of all ASP.NET stars.

Thanks in advance!

+4
source share

All Articles