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
Post a Comment