WebKnight.NET
What is it
We have a version of WebKnight that is programmed in C# .NET instead of C++. So a managed module instead of a native one.
Purpose
This version can be implemented as a module in your website and you can access the firewall functionality from within your ASP.NET pages. You can change the configuration or call validation or scanning functions of our firewall.
Add to ASP.NET
You can add the dll as any other library in your ASP.NET website. Use Add Reference to add the dll.
You can then call WebKnightModule.WebKnightModule.Settings to change individual settings or call the Firewall functionality to use as input validation filters or call other functions from the assembly.
web.config
Copy the WebKnightModule.dll to the bin folder and add the module in your web.config.
<system.webServer>
<!-- Load WebKnight Module -->
<modules>
<add name="WebknightModule" type="WebKnightModule.WebKnightModule,WebKnightModule"/>
</modules>
</system.webServer>
Contact us
Contact us with the form below if you want to use our WebKnight.NET module.
| Published: 5/11/2025 | Document Type: General |
| Last modified: 6/04/2026 | Target: General |
| Visibility: Public | Language: English |
|