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 ".NET ESAPI"

From OWASP
Jump to: navigation, search
(Working with the .NET ESAPI)
(Working with the .NET ESAPI)
Line 9: Line 9:
 
Download the latest .NET ESAPI library binary from Google Code [http://owasp-esapi-dotnet.googlecode.com/files/Owasp.Esapi.dll here].  
 
Download the latest .NET ESAPI library binary from Google Code [http://owasp-esapi-dotnet.googlecode.com/files/Owasp.Esapi.dll here].  
  
Download the latest .NET ESAPI documentation from Google Code [http://owasp-esapi-dotnet.googlecode.com/files/OWASP%20.NET%20ESAPI%20Documentation.chm here].
+
Download the latest .NET ESAPI documentation from Google Code [http://owasp-esapi-dotnet.googlecode.com/files/NET_ESAPI.zip here]. It is a zipped .chm (help) file.
  
 
To download and work with the source you must use an SVN tool.
 
To download and work with the source you must use an SVN tool.

Revision as of 17:07, 23 December 2008

The .NET ESAPI project brings the Java-based ESAPI Project to the .NET platform.

Project Goals

The goal of the project is to maintain an API and reference library for ASP.NET developers who want to create secure applications. While this is a complete translation of the API, there are some minor differences between the original ESAPI and the .NET ESAPI.

Working with the .NET ESAPI

The code for the ESAPI is currently in Google Code.

Download the latest .NET ESAPI library binary from Google Code here.

Download the latest .NET ESAPI documentation from Google Code here. It is a zipped .chm (help) file.

To download and work with the source you must use an SVN tool.

AnkhSVN is a free SVN tool that integrates with Visual Studio.

You can also browse the source.

Administrative

The project lead is Alex Smolen.