문제

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