In desktop application whenever we wanted to have some code repeated
running we used to have timer component in Visual Basic. I want to have
same logic on serverside now. Like creating some reports every day,
sending mail at certain time etc, which user access everyday.
Currently, I am using NT Scheduler having my WinApps running. but I
have to manually add tasks there. Is there anyway, to put this in IIS
infrastructure itself? How can one schedule code to run in future at
certain date and time on server?
Best Regards,
NeoA Windows Service would be a more appropriate application type that an
ASP.NET application for the needs you've described.
Here's more info on Windows Services:
http://msdn.microsoft.com/library/d...pplications.asp
--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
"Neo" <pravinsable@.gmail.com> wrote in message
news:1147295406.648404.18920@.j73g2000cwa.googlegro ups.com...
> Hello All,
> In desktop application whenever we wanted to have some code repeated
> running we used to have timer component in Visual Basic. I want to have
> same logic on serverside now. Like creating some reports every day,
> sending mail at certain time etc, which user access everyday.
> Currently, I am using NT Scheduler having my WinApps running. but I
> have to manually add tasks there. Is there anyway, to put this in IIS
> infrastructure itself? How can one schedule code to run in future at
> certain date and time on server?
> Best Regards,
> Neo
0 comments:
Post a Comment