Hello,
I need to do an application that will run a code every 10 minutes, without any users actions. The application will be running at the server all the time, and the code will be executed every 10 minutes only if the hour is, for example, between 08 AM and 20
PM.
Is there any way to do that using C# ASP.NET?
Go to the complete details ...