Timers in an asp.net Web app

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi All

Is it possible to set a timer to run a program every x minutes in an asp.net shared hosting environment

Regards
Mekim
 
You could possibly start a thread in the application onstart event that did
that for you.

--
Regards

John Timney
Microsoft Regional Director
Microsoft MVP


mekim said:
Hi All,

Is it possible to set a timer to run a program every x minutes in an
asp.net shared hosting environment?
 

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

Back
Top