Will the automatic recycling of the application pool in IIS kill a working thread that was called from QueueUserWorkItem
in ASP.NET?
Since this happens at set intervals and I'm getting random errors it would appear, I am wondering if these two are running into each other?
If so, how do I run an asynch task and not get killed by a recycle?