Info
Version: | 2024.9.27.1406 |
Author(s): | Walter Verhoeven, Stijn Snellinx |
Last Update: | Friday, September 27, 2024 |
.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)
Dependencies
net5.0
- Walter.BOM(>= 2020.12.27.6)
- Walter.DataTools.MsSql(>= 2020.12.27.6)
- Walter.Web.Firewall(>= 2020.12.27.6)
- Microsoft.Extensions.Logging.Abstractions(>= 5.0.0)
- Newtonsoft.Json(>= 12.0.3)
- Walter(>= 2020.12.27.1)
- Walter.BOM(>= 2020.12.27.6)
- Walter.DataTools.MsSql(>= 2020.12.27.6)
- Walter.Web.Firewall(>= 2020.12.27.6)
- Microsoft.Extensions.Logging.Abstractions(>= 5.0.0)
- Newtonsoft.Json(>= 12.0.3)
- Walter(>= 2020.12.27.1)
- Walter.BOM(>= 2020.12.27.6)
- Walter.DataTools.MsSql(>= 2020.12.27.6)
- Walter.Web.Firewall(>= 2020.12.27.6)
- Microsoft.Extensions.Logging.Abstractions(>= 5.0.0)
- Newtonsoft.Json(>= 12.0.3)
- Walter(>= 2020.12.27.1)
Tags
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.