在非 IE 浏览器中,我可以在 500.html 页面上看到我的自定义消息。但是在 IE 中,我得到了 IE 抛出的通用 500 页页面。
如何防止 IE 显示通用 500 页面并显示我修改后的 500.html 页面?
catch (Exception ex)
{
error("There was an issue connecting to the database. Contact Support");
}
如果可能的话,想做类似上面的事情。