Base solution for your next web application
Open Closed

How to keep application active on the server? #1874


User avatar
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)
  • User Avatar
    0
    ismcagdas created
    Support Team

    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.