1

How It Possible Unpublished Record On Base Specific Time Like 22-03-2011 11:01 Pm All Record Are Unpublished It Is Possible From Sql Server Side.

Please Give Suggestion if it possible from

Mitesh
  • 87
  • 3
  • 11

2 Answers2

0

This type of task is better served with a Windows Service or Scheduled Task.

rick schott
  • 21,012
  • 5
  • 52
  • 81
0

If you really want to keep your code in your ASP.NET application, place it in a page or handler and then create a scheduled task to call that URL, using, for example, cURL

Another option would be to look at something like Quartz.NET

Community
  • 1
  • 1
Xavier Poinas
  • 19,377
  • 14
  • 63
  • 95