用 Global.asax 的Application_Error 來處理全站的Exception時發生的問題
在本機上測試都正常 放上虛擬主機後
無論是怎樣的Exception , Application_Error都只會抓到
System.InvalidOperationException: The view 'Error' or its master was not found or no view engine supports the searched locations. The following locations were searched:
因為是 WebConfig 沒有在system.web設定
<customErrors mode="Off"></customErrors>
注意 如果設定 customErrors Off 一定要自己處理Exception 要不然就會跑去
ASP.NET的詳細錯誤頁面 (黃色底頁面)
如果內容有誤請多鞭策謝謝