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 classic ASP errors, I was thinking of including an error page setting for 500.100 error code in IIS 7 'Error Pages' settings so a URL of '/Error.asp' gets executed when 500.100 error occurs. My question is: will this setting cause server-side errors raised in ASP.NET pages to also get redirected to /Error.asp?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
500.100 is raised by classic ASP only: http://support.microsoft.com/kb/255650