| |||||||||||||||||||||||||||||||||||||||||||||||||
|
WebKnight.NET
What is itWe have a version of WebKnight that is programmed in C# .NET instead of C++. So a managed module instead of a native one. PurposeThis 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.NETYou 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.configCopy 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 usContact us with the form below if you want to use our WebKnight.NET module.
|
||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||