We need to send newsletter/messages to our users at certain times. This is done on the web; however, we want this to be done automatically for certain time. Although this problem suits the Window Service kind model, but we are hosting on public domain; therefore, we can't use this option.
Is there any way that this particular action can be invoked automatically at a certain point (time) specified in configuration in the web.config.
Currently this is done by manually invoked the operation through admin panel.
Platform - ASP.NET 3.5
Language - C#