Export to GitHub

dotnetids - Usage.wiki


Introduction

.NETIDS is an intrusion detection system that can be used in three ways.

The first method is by inheriting your ASP.NET pages from the SecurePage class. This offers an easy and customizable way to scan page input. If you are relatively new to the .NET Framework this is the simplest way to secure your applications.

The second method is more customizable but harder to implement for novice programmers and involves working directly with the IDS objects.

The third method (available in the upcoming release) is by using the supplied HttpModule.

http://www.md5-db.com/dni-flow-diagram.png

Please select your language and method:

C#

  • SecurePage
  • IDS

VB.NET

  • SecurePage
  • IDS