Walter.Web.FireWall
NoValidate Property (RulesConfig)
Walter.Web.FireWall Assembly > Walter.Web.FireWall.Configurations Namespace > RulesConfig Class : NoValidate Property
Rules to disable at a application level
Syntax
public FireWallGuardActions NoValidate {get; set;}
Remarks
If you notice that a given rule is generating false positives then you can disable the rule at an application level. You can see the rules that trigger an incident by subscribing to the Walter.Web.FireWall.IFireWall.OnIncident event. The Walter.Web.FireWall.Models.FireWallStackItem.Modules contain details on the violated data as well as the Walter.Web.FireWall.IPageRequest.ViolationsStack
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RulesConfig Class
RulesConfig Members
OnIncident Event
FireWallStackItem Class
ViolationsStack Property