Long terms storage Add-On for SQL Server and the ASP-WAF Application FireWall NuGet Package

Package that enable SQL Server database storage and logging to NuGet package Walter.Web.Firewall
The NuGet package is easily activated by dependency injection during service configuration

services.AddFireWall(FireWallTrial.License, FireWallTrial.DomainKey
, domainName: new Uri("https://www.your-domain.com", UriKind.Absolute)
, options =>
{
//your firewall settings
}).UseDataBase(ConfigurationManager.ConnectionStrings["FireWallState"].ConnectionString)
.UseFireWallReportingDatabase(ConfigurationManager.ConnectionStrings["FireWallReporting"].ConnectionString);

More information on how to use this Add-On is available in this manual https://www.asp-waf.com/download/ASP-WAF-FireWall-Getting-Started.pdf.




Got any Long terms storage Add-On for SQL Server and the ASP-WAF Application FireWall Question?





Info

Version: 2023.11.13.1117
Author(s): Walter Verhoeven, Stijn Snellinx
Last Update: Monday, November 13, 2023
.NET Fiddle: Create the first Fiddle
Project Url: https://www.asp-waf.com/
NuGet Url: https://www.nuget.org/packages/Walter.Web.FireWall.SqlLogger


Install
Install-Package Walter.Web.FireWall.SqlLogger
dotnet add package Walter.Web.FireWall.SqlLogger
paket add Walter.Web.FireWall.SqlLogger
Walter.Web.FireWall.SqlLogger Download (Unzip the "nupkg" after downloading)

net5.0 netcoreapp3.1 netstandard2.1


Tags



STATS

must-have-score

2.3

avg-downloads-per-day

158

days-since-last-release

173