We have a WCF service that we would like to remain "long lived". For whatever reason though, IIS seems to be unloading our AppDomain whenever we are idle for ~20 minutes.
I can attach a method to the AppDomain.CurrentDomain.DomainUnload
event, is there any way to cancel the unload in code? Or perhaps a configuration in IIS that I can use?