Link to home
Start Free TrialLog in
Avatar of ANAT2403
ANAT2403Flag for Israel

asked on

program in dotnet to run by schedualler

I have a site in ASP.NET 2.0 with C#.
There is a program I have to run in the server everyday with a schedual task.
This program send emails and update the database.
I have this program ready by clicking a button in my site.
I want to seperate this code so that I can run it from outside automatically.
How shall I define the project for this program? can it stay as a web applicaltion or it should be a winforms
or console application or something else?
Thankyou
Anat
Avatar of Gautham Janardhan
Gautham Janardhan

the easiest way would be to create a console application and the shedule it....
is this another project in the solution ..
ASKER CERTIFIED SOLUTION
Avatar of t_itanium
t_itanium
Flag of United Arab Emirates image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial