c# - How can I do an ASP.NET background service which always runs in background? -


i have interesting problem. have web site asp.net . need independent service should running in background. example db operations in specific dates. , no need page request somebody. independent. method should follow? every idea happily accepted. thanks

you should implement application. need no request, perform task - use desktop application time. if need provide ui use wpf or win forms, if perform task use console application. run @ specific time might use windows task scheduler.


Comments

Popular posts from this blog

how to proxy from https to http with lighttpd -

android - Automated my builds -

python - Flask migration error -