Click here to Skip to main content
15,886,088 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Please provide a reference site to enable me hook a C#, ASP.NET application to send reminders at speficied times hooked to the Tasks Scheduler of windows.


Alternatively I have read on ms sql server functionality .


Please assist.

New to C#, ASP.NET

What I have tried:

I have checked a number of reference sites, however their explanation is quite scanty.
Posted
Updated 26-Sep-16 1:59am
Comments
Suvendu Shekhar Giri 26-Sep-16 7:46am    
hooked means?
Can you spend little more time describing your actual requirement?

1 solution

If you are talking about ASP.NET - i.e. a website - then you don't want (and probably don't have access to) Windows task scheduler.

Instead, try setting up a task via your web hosts control panel: How to Use Schedule Task in DotNetPanel to Execute a URL | Arvixe Blog[^] explains how to do it for Arvixe hosted sites, but it's similar for others. This allows you to run an ASPX page at regular intervals, and it can do what you want it to there as part of your website structure.
 
Share this answer
 
Comments
Member 10744248 26-Sep-16 12:59pm    
Thank you very much
OriginalGriff 26-Sep-16 14:06pm    
You're welcome!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900