Our.Shield.Elmah
1.0.6
See the version list below for details.
Install-Package Our.Shield.Elmah -Version 1.0.6
dotnet add package Our.Shield.Elmah --version 1.0.6
<PackageReference Include="Our.Shield.Elmah" Version="1.0.6" />
paket add Our.Shield.Elmah --version 1.0.6
#r "nuget: Our.Shield.Elmah, 1.0.6"
// Install Our.Shield.Elmah as a Cake Addin
#addin nuget:?package=Our.Shield.Elmah&version=1.0.6
// Install Our.Shield.Elmah as a Cake Tool
#tool nuget:?package=Our.Shield.Elmah&version=1.0.6
An app plugin to Our.Shield.Core Umbraco Cms package adding the popular error logging library ELMAH to umbraco. Adds the ability to handle restricting access to ~/elmah.axd via white/black list of IP Addresses or whether the user is logged in as an authorised Umbraco User
Product | Versions |
---|---|
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
-
- elmah (>= 1.2.2)
- Our.Shield.Core (>= 1.0.6)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
- Fixes issues with allowing access for all IP Address
- Localized the Reporting tab
- Added Refresh Errors button & Generate Test Error button to Reporting tab
- Updated to take advantage of the custom configuration section added to the core