Re: Schedule in asp.net
- From: "Christopher Reed" <carttu@xxxxxxxxxxxxx>
- Date: Tue, 10 Jan 2006 06:28:03 -0600
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
>
>
.
- References:
- Schedule in asp.net
- From: ypul
- Schedule in asp.net
- Prev by Date: Schedule in asp.net
- Next by Date: Re: Whitch rows modified
- Previous by thread: Schedule in asp.net
- Index(es):
Relevant Pages
|
Loading