ASP.NET error logging from Google? Yes!
Posted: (EET/GMT+2)
Sounds strange but it's true: Google has developed a collection of generic ASP.NET error handlers, and the result is a project called ELMAH: Error Logging Modules and Handlers.
Their code is open-source and supports both ASP.NET 1.1 and 2.0. It logs the errors to a SQLite version 3 database, which by the way happens to be the same as Adobe Lightroom uses.