Elmah.MVC
2.1.2
Painless integration of ELMAH functionality into ASP.NET MVC Application. Just drop the package inside your ASP.NET MVC application and access /elmah URL. It will also install global HandleError filter, that guarantees all unhandled errors are logged (even if customError turned "On").
Install-Package Elmah.MVC -Version 2.1.2
dotnet add package Elmah.MVC --version 2.1.2
<PackageReference Include="Elmah.MVC" Version="2.1.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Elmah.MVC --version 2.1.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Elmah.MVC, 2.1.2"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Dependencies
-
- elmah.corelibrary (>= 1.2.0)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (4)
Showing the top 4 popular GitHub repositories that depend on Elmah.MVC:
Repository | Stars |
---|---|
MarlabsInc/SocialGoal
Sample web app for ASP.NET MVC 5, EF 6 Code First, AutoMapper, Autofac and TDD
|
|
JaCraig/Craig-s-Utility-Library
A giant set of utility classes originally start back in the .Net 2.0 days and updated until .Net Core and .Net Standard became a thing. At which point I took the library and broke it up into a ton of smaller libraries. View my profile for more up to date versions of everything.
|
|
NVentimiglia/Unity3d-Foundation
Unity3d Databinding, MVVM, Tasks, Localization
|
|
HTBox/crisischeckin
Crisischeckin Humanitarian Toolbox repository
|