Timers

S

Senthil Kumar

Hi,

I have a ASP.NET WebApplication. I want to do a
certain task every monday say 8.00 AM. Is there any
schedulder controls or any other controls like it that I
can use?

Thanks,
Senthil
 
S

srinivas moorthy

Hi,
Put a Windows Scheduler Service. Hope that solves your
problem. .Net facilitates in creating our own custom
windows services. If you need any info on that, i will
help you on this.

thanks
srinivas moorthy
 
M

Mohamed Sharaf

Hi Senthil,
srinivas post is very good but if you don't have a dedicated server you
can't do it.
The alternative is to make the task as web page (ie.ASP or ASP.NET page)
and make new scheduled tasks in local computer to intiate this page by
making a small application that request it or even use internet explorer
(try Start-->run-->iexplore Microsoft.com ).

Hope that help
Mohamed Sharaf
 
J

JiangZemin

from what Senthil is describing it sounds like a console app + Windows Task
Scheduler might be worth looking into (simpler also, i would think). agree
it definitely doesnt sound like a job for ASP.NET.

HTH
 
M

Mohamed Sharaf

Hi Steve,
My solution for the guys who can't install a windows service or can't
work with the server Scheduled tasks because they reserved only a web site
(virtual hosting)

Thanks
Mohamed Sharaf
MCSD MCT
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top