Our groups legacy ASP 3.0 web apps were able to take advantage of a global error file by setting up a custom error file within IIS's Custom Error's tab. I'm unable to find a similar solution for ASP.NET apps.
Does anyone know if there is a way to have a centralized "Error.aspx" page (for example) that will trap errors for an entire application pool? The objective is to avoid adding custom code to each app's Global error handler ....
Any guidance is greatly appreciated!