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" <> wrote in message
news:%...
> 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
>
>
|