WikiStart

Version 19 (Daniel Nauck, 06/30/2011 03:48 pm)

1 15 Daniel Nauck
h1. Welcome to PostgreSQL ASP.NET 2.0 Membership, Role, Profile and Session-State Store Provider Project
2 14 Daniel Nauck
3 1
4 15 Daniel Nauck
_AspSQLProvider_ is a PostgreSQL implementation of the ASP.NET 2.0+ Membership, Role, Profile and Session-State Store Provider.
5 14 Daniel Nauck
6 1
h2. Documentation
7 1
8 1
9 15 Daniel Nauck
* [[Install|Installation]] - How to install and run the AspSQLProvider
10 15 Daniel Nauck
* [[Configuration|Configuration]] - How to configure the AspSQLProvider
11 14 Daniel Nauck
* [[Debugging|Debugging]]
12 1
13 1
14 14 Daniel Nauck
h2. Requirements
15 4 Daniel Nauck
16 14 Daniel Nauck
17 14 Daniel Nauck
* at least .NET 2.0 or Mono 1.2.4 (2.0 Profile)
18 14 Daniel Nauck
* "Npgsql":http://pgfoundry.org/projects/npgsql 1.0 (2.0 Binary)
19 14 Daniel Nauck
* "PostgreSQL":http://www.postgresql.org/ 8.x Server
20 14 Daniel Nauck
21 1
22 14 Daniel Nauck
h2. Download
23 1
24 14 Daniel Nauck
25 18 Daniel Nauck
* "Download latest release":http://dev.nauck-it.de/projects/list_files/aspsqlprovider
26 14 Daniel Nauck
* "Latest nightly builds are available here":http://build.nauck-it.de/
27 14 Daniel Nauck
28 1
29 14 Daniel Nauck
h2. Latest Development Source Code
30 14 Daniel Nauck
31 14 Daniel Nauck
32 17 Daniel Nauck
We use "Git":http://www.git-scm.com/ for source revision control and code sharing.
33 1
34 19 Daniel Nauck
The Git repository is located at:
35 14 Daniel Nauck
36 15 Daniel Nauck
    http://github.com/dnauck/AspSQLProvider
37 1
38 19 Daniel Nauck
The latest source can be checked out with the following command:
39 19 Daniel Nauck
40 14 Daniel Nauck
<pre>
41 15 Daniel Nauck
git clone git://github.com/dnauck/AspSQLProvider.git
42 15 Daniel Nauck
</pre>