Error 500.100 raised only by a classic ASP page or ASP.NET?

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?

+1
source share
1 answer

500.100 is raised only by classic ASP: http://support.microsoft.com/kb/255650

+1
source

Source: https://habr.com/ru/post/909090/


All Articles