We need to send newsletters / messages to our users at a specific time. This is done online; however, we want this to be done automatically over time. Although this problem is suitable for a model such as Window Service, we are placing it in the public domain; therefore, we cannot use this option.
Is there a way that this particular action can be called automatically at a specific point (time) specified in the configuration in web.config.
This is currently being done manually, invoking the operation through the admin panel.
Platform - ASP.NET 3.5
Language - C #
source share