We're already using ELMAH for error logging on an ASP.NET MVC website that we have ... but our main website is still classic asp and I've begun creating an error handling/ logging structure for that website, but I thought it would be great if we could keep the error logging consistent across all our applications. I'd like to use the same database structure ... perhaps even store the errors from different source applications in the same table and then filter by source. I thought maybe that I could call out to the ELMAH dll from our classic asp vb server code to log the error information. I took a look at the ELMAH website ... and then I took a look at AIRBRAKE - http://airbrake.io/pages/home - but couldn't really see how it would be or could be done from a classic asp web page.
If anyone has any experience with this or has any suggestions that would be helpful I'd appreciate it ... thanks.