咱們能夠經過配置Web.config讓應用程序無論在什麼時候何地引起了異常均可以顯示統一的友好錯誤信息。在Web.config文件中的<system.web>節點下添加以下子節點:html
<system.web> ... <customErrors mode="On" defaultRedirect="/Content/RangeErrorPage.html"/> </system.web>