0
sparkyjr created
Hi,
We have used Background Worker to send out emails every 24 hours. The problem is, the client never received any emails. We think that the application gets removed after certain time, and is not active on the server.
How do I keep the application alive and active all the time?
Thanks in advance!
1 Answer(s)
-
0
Hi,
If you have access to IIS Manager, you can configure your app pool in it's advanced settings. I'm not sure but there must be something like idle timeout or recycling setting to do that.