NuGet.StrongName.elmah 1.2.2

dotnet add package NuGet.StrongName.elmah --version 1.2.2
NuGet\Install-Package NuGet.StrongName.elmah -Version 1.2.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NuGet.StrongName.elmah" Version="1.2.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NuGet.StrongName.elmah --version 1.2.2
#r "nuget: NuGet.StrongName.elmah, 1.2.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install NuGet.StrongName.elmah as a Cake Addin
#addin nuget:?package=NuGet.StrongName.elmah&version=1.2.2

// Install NuGet.StrongName.elmah as a Cake Tool
#tool nuget:?package=NuGet.StrongName.elmah&version=1.2.2

ELMAH with initial configuration for getting started quickly. ELMAH (Error Logging Modules and Handlers) is an application-wide error logging facility that is completely pluggable. It can be dynamically added to a running ASP.NET web application, or even all ASP.NET web applications on a machine, without any need for re-compilation or re-deployment.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on NuGet.StrongName.elmah:

Package Downloads
NuGet.StrongName.elmah.sqlserver

ELMAH with configuration for getting started quickly on a Microsoft SQL Server (2000 or later) database as the error log. NB requires manual configuration.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on NuGet.StrongName.elmah:

Repository Stars
NuGet/NuGetGallery
NuGet Gallery is a package repository that powers https://www.nuget.org. Use this repo for reporting NuGet.org issues.
Version Downloads Last updated
1.2.2 37,494 3/6/2021

This release updates the way the HTTP handler is registered in the web.config and is designed to work more strictly and securely when enabling remote access for authorized users. See http://code.google.com/p/elmah/wiki/SecuringErrorLogPages on the project site for more information.