My guess is the ASP.NET process is being restarted on Windows 2003
automatically.
Which means that your timer is going to get reset.
I believe that if you implemented this as a COM+ object, that object would
continue functioning after the ASP.NET process restarts.
If you've already got all the code, you may want to implement this as a
Window Service, and not a Webservice. If you're using VS, then this is not
difficult to implement.
Steve
> >> Hi all!
> >>
[quoted text clipped - 21 lines]
>
> /Marre
MA - 23 Feb 2005 11:06 GMT
Hi Steve!
As a "first step" i implemented this as a windows applikation. I will use
the Windows Service alternative as an option to my application.
It seems that this is working.
Thanks for giving me an answer/guess to what causing this problem!
/Marre
> My guess is the ASP.NET process is being restarted on Windows 2003
> automatically.
[quoted text clipped - 35 lines]
>>
>> /Marre