Quantcast
Channel: The Will Will Web - 新書出版:〔ASP.NET MVC 4 開發實戰〕已於 12/20 上市
Viewing all articles
Browse latest Browse all 224

germos on 新書出版:〔ASP.NET MVC 4 開發實戰〕已於 12/20 上市

$
0
0
您好, 請教一下關於 MVC4 jQuery Mobile (VS 範本專案) 對於使用 RedirectToAction 到指定的 Action 在 local 端執行時都能夠正常.

例如:
return RedirectToAction("ActivateResult", "Activate", sr);

但奇怪的是, 發佈到 Server 上後, 一直無法執行 RedirectToAction, 在頁面上 jQuery Mobile 只會顯示 Error Loading Page, 用 ELMAH 抓一下錯誤是:
「System.Web.HttpException: 傳送 HTTP 標頭後,伺服器無法設定狀態。」

不知道哪裡有問題?
在 local 端的目錄是:http://localhost:1234/Activate/ActivateResult/3
在 server 端是:http://xxx.xxx.xxx:1234/Activate/ActivateResult/3

謝謝.

Viewing all articles
Browse latest Browse all 224

Trending Articles