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 happen. Im running on IIS 7.
|
feedback
|
|
Why would you have a compilation error on a live site? But, without testing, I can't imagine what you are trying to do is possible. If it can't compile it can't run any code. | |||||
feedback
|
|
set the mode attribute to On so error details will not shown to anybody.
| |||
feedback
|