Re: Schedule in asp.net



You probably want to look into using a Windows service application. Then
you can either schedule it through the Task Scheduler in Windows or you
could use a timer control to set the time when it needs to run.

You could consider a script that could call your ASP.NET application through
a browser, but this would more than likely not be the most efficient way of
accomplishing your task.
--
Christopher A. Reed
"The oxen are slow, but the earth is patient."

"ypul" <ypul@xxxxxxxxxxx> wrote in message
news:%23YrvzidFGHA.1124@xxxxxxxxxxxxxxxxxxxxxxx
> Hi friends,
> I have a asp.net (vb) code which pulls the data from the database and
> creates a .csv file into a specific folder on the server.
> Currently we are running the process manually every day, to create the csv
> file.
>
> I want to automate the process to run every day automatically.
> How should I proceed ?
>
> Thanks,
> ypul
>
>


.



Relevant Pages

  • Re: Question: Web exporter for PoiwerPoint?
    ... formats but can the saving as a web page in different formats ... specific, selectable time everyday, like the OneNote Add-In)? ... but an add-in or external program or script could automate ... Task Scheduler could fire off the program as needed. ...
    (microsoft.public.powerpoint)
  • Re: VB.Net Console app needs timer
    ... To repeat a task: In the task scheduler, after you create the task, go ... There's a checkbox to ... windows service instead of a console ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Time related functionality...
    ... That sounds like a job for the task scheduler or a Windows service rather ... clock ticks past midnight into a new day. ... fire the one time each day. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: VB.Net Console app needs timer
    ... To repeat a task: In the task scheduler, after you create the task, go ... There's a checkbox to ... windows service instead of a console ...
    (microsoft.public.dotnet.languages.vb)
  • Automating Chkdsk
    ... I would like to set my sytem to run chkdsk through Task Scheduler on a weekly ... basis. ... I would like for it to be able to automatically fix file system ... the system needs to restart...Is there a way that I can automate this ...
    (microsoft.public.windowsxp.perform_maintain)

Loading