I have a website that contains both classic ASP and ASP.NET pages. I have ELMAH taking care of ASP.NET errors. To take care of the classic ASP errors, I thought about turning on the error page option for error code 500.100 in the IIS 7 Error Pages settings, so the URL /Error.asp is executed when error 500.100 occurs. My question is: will this option cause server-side errors raised on ASP.NET pages to also redirect to / Error.asp?
Sunil source share