Click here to Skip to main content
15,895,142 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I want to read Windows scheduled tasks and save the current job detail in Database.

How to find list of Windows scheduled tasks windows by asp.net?
How can find its property and solution must run in 64bit server.

Tried Microsoft.Win32.TaskScheduler.dll :not working for 64 server
Posted
Comments
Suvendu Shekhar Giri 30-Jul-15 6:33am    
"How to find list of Windows scheduled tasks windows by asp.net?"
What does that mean?

Spend some time to write a good question.

i guess this tutorial answers your question:
http://stopbyte.com/1424/asp-send-daily-emails-asp-net-website-users-programmatically[^]
and as that link suggests it much better to use some alternatives as Quartz.NET as this article suggests http://articles.stopbyte.com/34/schedule-daily-email-sending-tasks-asp-net/[^]

as that way you can avoid working with Windows Scheduled tasks and internal server stuff. as most of shared ASP.NET hosting packages limit your access to those sections.

hope that helps someone
 
Share this answer
 

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