سؤال

I currently have a web application, that has certain filters and on those filters a method from a class library is called and the respective activities are performed like processing records, placing files on certain locations on different servers. I want to automate this process. How can I achieve this and what is the best possible way? I read about various options windows service, Cache Item Call backs, Workflows. But not able to evaluate.

Please help me.

هل كانت مفيدة؟

المحلول

You can create a console application for the process and then schedule it through Windows Scheduler. Or you may look at Quartz.NET - Enterprise Job Scheduler for .NET Platform

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top