asp.net - WebService to execute every 5 minutes (on timer) -


i receive data client on every 5 minutes have run webservice on every 5 minutes data , keep database hot. possible run webservice on timer. if yes, please explain how? in advance.

try read cache storing technique. it's simple , works well. http://www.codeproject.com/articles/12117/simulate-a-windows-service-using-asp-net-to-run-sc

if mean use timer class, doesn't work well.

also check question,i think it's similar yours: timer on website activate web service calls every hour


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -