+1 vote
in Other by
I have an ASP.NET application which runs in Windows Server 2003.

In this application I have a web service method which sends a notification email to interested parties. This web method is (most likely) triggered by a scheduled task that runs every Monday.

The problem is that I have to change the frequency of the scheduled task but I cannot find any task under Windows Scheduled Tasks. My only guess is that the task is somehow scheduled inside the ASP.NET application. Is it realistic or is there any other way to schedule tasks for ASP.NET applications beside the Windows Scheduled Tasks?

JavaScript questions and answers, JavaScript questions pdf, JavaScript question bank, JavaScript questions and answers pdf, mcq on JavaScript pdf, JavaScript questions and solutions, JavaScript mcq Test , Interview JavaScript questions, JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)

1 Answer

0 votes
by
You can use .NET Timer or scheduling framework like Quartz .NET (http://quartznet.sourceforge.net/)

Related questions

+1 vote
asked Jan 30, 2022 in Other by DavidAnderson
+1 vote
asked Feb 1, 2022 in Other by DavidAnderson
...