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.