Scheduled task in ASP.net?
Web Development
3
Posts
2
Posters
0
Views
1
Watching
-
Hi Guys, Is there a simplier way of creating a task scheduler in asp.net? I would like to run one of my aspx in a scheduled task manner, every 12 midnight daily. Thanks
hifiger2004
-
Hi Guys, Is there a simplier way of creating a task scheduler in asp.net? I would like to run one of my aspx in a scheduled task manner, every 12 midnight daily. Thanks
hifiger2004
why don't you go for window service for this
Amit Agarwal
-
why don't you go for window service for this
Amit Agarwal
Actually, I already did that using the task scheduler of windows. But I am thinking of doing it everything in asp.net
hifiger2004