This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org

Difference between revisions of "Validator.NET"

From OWASP
Jump to: navigation, search
 
Line 7: Line 7:
 
*Allows custom rules to be written to the granularity of every control on each form.
 
*Allows custom rules to be written to the granularity of every control on each form.
 
*Generates a set of XML rules that can be deployed for multiple applications.
 
*Generates a set of XML rules that can be deployed for multiple applications.
 +
 +
{{Template:Stub}}
  
 
[[Category:OWASP .NET Project]]
 
[[Category:OWASP .NET Project]]

Revision as of 02:42, 15 August 2006

What is Validator.Net

An alternative for the .Net Web Application Firewalls which includes following features:

  • No Need For Source Code , No Change On The Source Code
  • Integrates with existing ASP.Net Web Applications
  • Provides a centralized repository of rule set , such that those rules can be repeatedly applied to multiple controls of the application.
  • Allows custom rules to be written to the granularity of every control on each form.
  • Generates a set of XML rules that can be deployed for multiple applications.
This article is a stub. You can help OWASP by expanding it or discussing it on its Talk page.