'/' 應用程式中發生伺服器錯誤。

Not Found

描述: 在執行目前 Web 要求的過程中發生未處理的例外狀況。請檢閱堆疊追蹤以取得錯誤的詳細資訊,以及在程式碼中產生的位置。

例外狀況詳細資訊: System.Web.HttpException: Not Found

原始程式錯誤:


行 633:        {
行 634:            Response.StatusCode = 404;
行 635:            throw (new HttpException(404, "Not Found"));
行 636:        }
行 637:

原始程式檔: d:\vhosts\kaida.com.tw\httpdocs\Page\GeneralContent\GeneralContentList.aspx.cs    行: 635

堆疊追蹤:


[HttpException (0x80004005): Not Found]
   GeneralContentList.BindSearchData() in d:\vhosts\kaida.com.tw\httpdocs\Page\GeneralContent\GeneralContentList.aspx.cs:635
   GeneralContentList.PreparePageData() in d:\vhosts\kaida.com.tw\httpdocs\Page\GeneralContent\GeneralContentList.aspx.cs:1304
   GeneralContentList.ProcessPageData(PageData& pageData) in d:\vhosts\kaida.com.tw\httpdocs\Page\GeneralContent\GeneralContentList.aspx.cs:1532
   GeneralContentList.Page_Load(Object sender, EventArgs e) in d:\vhosts\kaida.com.tw\httpdocs\Page\GeneralContent\GeneralContentList.aspx.cs:36
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +51
   System.Web.UI.Control.OnLoad(EventArgs e) +95
   System.Web.UI.Control.LoadRecursive() +59
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +678


版本資訊: Microsoft .NET Framework 版本:4.0.30319; ASP.NET 版本:4.7.3930.0