Global.asax.cs 爲 /.aspx 執行子請求時出錯。 Server.Transfer

xspa

後臺代碼code

Global.asax.cs

protected void Application_Error(object sender, EventArgs e){Server.Transfer("/Error.aspx", true);}

跳轉到錯誤頁面的時候,直接報錯:"爲 /Error.aspx 執行子請求時出錯"

 

個人解決方案

因此問題就是.

Global.asax.cs中的Application_Error執行"Server.Transfer("/Error.aspx", true);"沒毛病...

有毛病的是Error.aspx頁面,其實錯誤也已經提示了...只是後知後覺,不懂意思.

 

 

xblog

相關文章
相關標籤/搜索