Author: tbedford
Date: 2009-08-03 18:52:22 +0200 (Mon, 03 Aug 2009)
New Revision: 15897
Log:
Corrected info about Session State and Profile Providers.
Modified:
trunk/refman-common/connector-net-programming.xml
Modified: trunk/refman-common/connector-net-programming.xml
===================================================================
--- trunk/refman-common/connector-net-programming.xml 2009-08-03 13:00:07 UTC (rev 15896)
+++ trunk/refman-common/connector-net-programming.xml 2009-08-03 16:52:22 UTC (rev 15897)
Changed blocks: 1, Lines Added: 36, Lines Deleted: 6; 1684 bytes
@@ -1897,15 +1897,45 @@
<title>ASP.NET Provider Model</title>
<para>
- MySQL Connector/Net provides support for the ASP.NET 2.0 provider
- model. This model allows application developers to focus on the
- business logic of there application instead of having to recreate
- such boilerplate items as membership and roles support. Currently,
- only membership and role providers are supplied although session
- state and profile providers will be provided in upcoming releases.
+ &cnet; provides support for the ASP.NET 2.0 provider model. This
+ model allows application developers to focus on the business logic
+ of there application instead of having to recreate such
+ boilerplate items as membership and roles support.
</para>
<para>
+ &cnet; supplies the following providers:
+ </para>
+
+ <itemizedlist>
+
+ <listitem>
+ <para>
+ Membership Provider
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Role Provider
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Profile Provider
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Session State Provider (&cnet; 6.1+)
+ </para>
+ </listitem>
+
+ </itemizedlist>
+
+ <para>
<emphasis role="bold">Installing The Providers</emphasis>
</para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r15897 - trunk/refman-common | anthony.bedford | 3 Aug |