Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 ASP.NET
 ASP.NET Scheduler

Author  Topic 

vk18
Posting Yak Master

146 Posts

Posted - 2007-11-16 : 16:49:09
Hi,

We are looking for a Web Scheduler which will allow us to schedule
and change the data. Do you guys know about any Software/Tool available?
Thx

jsmith8858
Dr. Cross Join

7423 Posts

Posted - 2007-11-16 : 16:53:31
ASP.NET is a web framework. You would not write a scheduled application in ASP.NET, you would write it is a windows application or service. You can schedule applications to execute using the Windows Task Scheduler.

Otherwise, you need to provide more specifics regarding what you want to do. You are being very vague.

- Jeff
http://weblogs.sqlteam.com/JeffS
Go to Top of Page
   

- Advertisement -