How to manage application reinstall settings to run an ASP.NET application on mod_mono and Apache?
In IIS6 and 7, it became possible to specify the period of time, the number of requests, etc., when the AppDomain will be processed, and the application will mainly execute Application_End () / Application_Start ().
I see the same behavior in mod_mono and Apache, but cannot find where to change the settings.
source
share