我創建了一個MVC5 Web應用程序,並試圖在具有Windows 2007的單獨機器上的IIS7上進行部署。一切設置好,但是當我瀏覽它的給 404.8 The request filtering module is configured to deny a path in the URL that contains a hiddenSegment section
請推薦一些東西。 我已經嘗試過
有沒有一種有效的方式來下載文件並以「背景」方式將其保存在磁盤上,而不會阻止當前在mvc控制器中執行的動作? 目前,我有下面的示例代碼的工作: public ActionResult Index()
{
InitiateDownload();
var model = GetModel();
return View(model);
}