Is there a way in ASP.NET C# to raise a event on a given time daily to run a procedure and send emails to list of users with their sale report?
In a way, I want to keep a thread active in background in app_start event in global file.
I am on share hosting so don't have much power to update any setting on server as per my needs.