Use Web Services and Windows Services to regularly execute ASP. NET code

Source: Internet
Author: User

In ASP. NET, combining timer and application_onstart events in global. asax can be implemented in Asp.net.ProgramPeriodically execute certain tasks (such as sending reminder emails) during running.

(If you are interested, refer to Qibao's use of timer (timer) in ASP. NET ))

However, based on this implementation method application event, how can we regularly execute Asp.netCodeDoes not support application? (For example, "... sending e-mail to selected users in the database every two hours, or regularly analyzing the data in the ASP. NET cache for application health monitoring ")

This articleArticle(Combine Web and Windows Services to run your ASP. NET code at scheduled intervals) provides an implementation method.

That is, using Windows Services as the timer, it is only responsible for regularly calling Web services that implement business logic, and "a web service can run in the same application context as the rest of your asp. NET application, it can execute in the same context that your existing code expects."

For more information, see this article ~~

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.