0
我正在實現一個使用ASP.NET MVC4的系統。我有一個名爲'UpdateStatus'的動作。我想在每個星期一重複執行此操作。我可以在沒有任何用戶交互的情況下執每週一自動開火動作ASP.NET
我位指示:
using PagedList;
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Linq;
using System.Web;
using System.Web.Mvc;
public ActionResult UpdateStatus()
{
//some action here
}
請幫助非常感謝......
討論了幾個選項[here](http://www.hanselman.com/blog/HowToRunBackgroundTasksInASPNET.aspx) –
查看Revalee:http://revalee.sageanalytic.com/ –