Windows service - Nightly task



Hi,

I want to run a webservice method every night at a specified time, say
10pm.

The current way i thought of doing this is to have a windows service
and a timer which checks the time every minute and when it gets to
10:00 it fires off the webmethod.

Is this the best way to do it? If not, does anyone have any
suggestions?

Thanks,
Arun

.



Relevant Pages

  • Re: Windows service - Nightly task
    ... Are there any reliability issues around windows services? ... I want to run a webservice method every night at a specified time, ... 10:00 it fires off the webmethod. ...
    (microsoft.public.dotnet.languages.csharp)
  • re:How to throw a exception if something goes wrong?
    ... of WebMEthod so that if it dosent return in some specified time ... I have a Webmethod somehting like this ... I am having problem with Ping, ... something is not returned back throw exception or just return. ...
    (microsoft.public.dotnet.languages.csharp)

Loading