Click here to Skip to main content
15,886,083 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

I created an ASP.NET application, in that I want to execute a portion of code daily without any interaction of human.

How to do that effectively
Posted
Comments
Rajesh Anuhya 5-Jan-12 8:14am    
do want to run in the server???

1 solution

create a windows service (WCF) which runs in the background of your server.
It can keep on working for you.
See here: http://msdn.microsoft.com/en-us/library/aa984464(v=vs.71).aspx[^]
 
Share this answer
 
Comments
RaviRanjanKr 5-Jan-12 15:38pm    
5+

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900