After our app pool recycles our WCF services throw FileLoadException on access. Recycling of app pool helps. Sometimes the error goes away without recycling. I asked the question I asked first question about it here: FileLoadException when accessing WCF service
As we have no other ideas how to analyze this problem we would like to get memory dump with that Exception in it.
But I don't know how to configure adplus or debugdiag to attach automatically to that new process (after recycling) and generate crash dump on specific exception. Is that even possible?