Click here to Skip to main content
15,896,915 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,

I have developed an ASP.Net application, at now i want to make the application to execute automatically, Did i can able to put in task schedule, What are the ways will be available?


In my application , i fetch the data using select query and storing the data in CSV file and deleting the data from database. For that i create a small ASP.Net application. Now the problem is that, i want to make the application to do it automatically.
Posted
Updated 14-Jul-11 19:39pm
v2

The only way you can load the page on the client machine is by installed a startup link (on the client) that launches the web page or by using a scheduling task.

You cannot launch the web page from the server unless you have rights to access the client machine.
 
Share this answer
 
 
Share this answer
 
Comments
Member 7744835 15-Jul-11 1:37am    
Yes, i'm doing achieve for particular table, i fetch the data using select query and storing the data in CSV file and deleting the data from database. For that i create a small ASP.Net application. Now the problem is, i want to make the application into do it automatically.

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