asp.net mvc - How to keep the application alive without a client -


my goal send email out every 5 min application if there isn't browser open application.

i'm using fluentscheduler manage tasks; works until server decides kill application inactivity.

my big constraints are:

  • i can't touch server. how , have work around it.
  • i can't rely on client refreshing browser or else along lines of using client side scripts.
  • i can't use scheduler uses database.

what have been focusing on trying create artificial postback.

note: server load balanced, solution use that

is there way can keep application getting killed server?

you use monitoring service https://www.pingdom.com/ ping server @ regular intervals. make sure hits endpoint invokes .net code , not static resource.


Comments

Popular posts from this blog

javascript - oscilloscope of speaker input stops rendering after a few seconds -

javascript - gulp-nodemon - nodejs restart after file change - Error: listen EADDRINUSE events.js:85 -

Fatal Python error: Py_Initialize: unable to load the file system codec. ImportError: No module named 'encodings' -