MagicalUnicorn.MvcErrorToolkit
2.1.1
See the version list below for details.
dotnet add package MagicalUnicorn.MvcErrorToolkit --version 2.1.1
NuGet\Install-Package MagicalUnicorn.MvcErrorToolkit -Version 2.1.1
<PackageReference Include="MagicalUnicorn.MvcErrorToolkit" Version="2.1.1" />
paket add MagicalUnicorn.MvcErrorToolkit --version 2.1.1
#r "nuget: MagicalUnicorn.MvcErrorToolkit, 2.1.1"
// Install MagicalUnicorn.MvcErrorToolkit as a Cake Addin #addin nuget:?package=MagicalUnicorn.MvcErrorToolkit&version=2.1.1 // Install MagicalUnicorn.MvcErrorToolkit as a Cake Tool #tool nuget:?package=MagicalUnicorn.MvcErrorToolkit&version=2.1.1
There's a lot broken with the stock standard ASP.NET MVC error handling. It can't display cshtml (Razor) pages :( They 302 redirect to the html error page. There's too many places to wire up, to handle errors.
Fear not! This package can save your day!
Install it and then define your error pages in your web.config. That's more or less it :)
The hard work has now been done.
Once more you can take control of your error handling with your ASP.NET MVC applications!
Regrets? Never! Go do it! Fix up all your busted apps. Now.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Microsoft.Web.Infrastructure (>= 1.0.0)
- WebActivator (>= 1.5.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
- Http Status Codes 3xx do not get handled as an error. (Cheers to Siim Viikman!)
- BugFix: Better way to reference the system.web/customErrors config section (Cheers again to Siim Viikman!)