Go to file
rowanmiller 5e00937d59 Handle wrapped exceptions in Database Error Page
If a database exception is wrapped later in the request (after EF has logged it) then we were not displaying the database error page.
This was occurring in ASP.NET Identity where the exception was getting wrapped in an AggregateException.
We now walk the tree of inner exceptions looking for a match.
Also adding some extra logging as this was hard to debug without resorting to source code.
2014-12-18 14:16:38 -08:00
samples Collapsed Logs 2014-12-11 16:49:13 -08:00
src Handle wrapped exceptions in Database Error Page 2014-12-18 14:16:38 -08:00
test Handle wrapped exceptions in Database Error Page 2014-12-18 14:16:38 -08:00
.gitattributes
.gitignore
CONTRIBUTING.md
DiagnosticsPages.sln
LICENSE.txt
NuGet.Config
README.md
build.cmd
build.sh
global.json
makefile.shade

README.md

ASP.NET DiagnosticsPages

Diagnostics middleware.

This project is part of ASP.NET vNext. You can find samples, documentation and getting started instructions for ASP.NET vNext at the Home repo.