all groups > dotnet faqs > january 2006 >
You're in the

dotnet faqs

group:

Schedule in asp.net



Re: Schedule in asp.net Christopher Reed
1/10/2006 6:28:03 AM
dotnet faqs: 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."

[quoted text, click to view]

Schedule in asp.net ypul
1/10/2006 11:29:01 AM
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

Re: Schedule in asp.net btissa
2/16/2006 9:26:10 PM
hi ypul,

could you post the code please, I have a job to createa csv file on a daily basis from a database

Thanks


---
AddThis Social Bookmark Button