Tagged Questions
1
vote
3answers
974 views
How to display Custom error message on asp.net compilation errors
I have configured my web.config to show 'error.htm' error page when exceptions occur on the website. But I am unable to show the page when an asp.net compilation error occurs. How do I make that ...