I have a asp.net core 2.0 mvc project with two areas and no default layout in the root.
The shipped handler calls a static path, UseExceptionHandler("/Home/Error"). How does one associate an area specific handler with its area?
↧
Error handling when using areas
↧