MagicalUnicorn.MvcErrorToolkit
2.2.2
Install-Package MagicalUnicorn.MvcErrorToolkit -Version 2.2.2
dotnet add package MagicalUnicorn.MvcErrorToolkit --version 2.2.2
<PackageReference Include="MagicalUnicorn.MvcErrorToolkit" Version="2.2.2" />
paket add MagicalUnicorn.MvcErrorToolkit --version 2.2.2
#r "nuget: MagicalUnicorn.MvcErrorToolkit, 2.2.2"
// Install MagicalUnicorn.MvcErrorToolkit as a Cake Addin
#addin nuget:?package=MagicalUnicorn.MvcErrorToolkit&version=2.2.2
// Install MagicalUnicorn.MvcErrorToolkit as a Cake Tool
#tool nuget:?package=MagicalUnicorn.MvcErrorToolkit&version=2.2.2
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 |
---|---|
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
-
- Microsoft.Web.Infrastructure (>= 1.0.0)
- WebActivatorEx (>= 2.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
- Updated WebActivator.