[dba-VB] asp.net membership

Doug Steele dbdoug at gmail.com
Mon Apr 25 15:06:47 CDT 2011


Hi Shamil.

That looks like just what I need.  Googling also found me Sqlite and
SQLCE provider samples.  I'll try the ODBC one first, as I know that
Access is installed on the server computer.

Thanks,
Doug

On Sun, Apr 24, 2011 at 12:49 PM, Shamil Salakhetdinov
<shamil at smsconsulting.spb.ru> wrote:
> Hi Doug --
>
> Handling a ASP.NET apps' membership and roles is implemented using
> membership and role provider classes.
> By default/the only option for "out-of-the-box" ASP.NET apps are the ones
> using MS SQL DB to handle membership and roles information.
> But you can implement your own providers with any backend - even just
> (encrypted) text files - getting stored/keeping/providing membership and
> roles information...
>
> http://msdn.microsoft.com/en-us/library/44w5aswa.aspx
>
>
> Thank you.
>
> --
> Shamil
>
> -----Original Message-----
> From: dba-vb-bounces at databaseadvisors.com
> [mailto:dba-vb-bounces at databaseadvisors.com] On Behalf Of Doug Steele
> Sent: 24 ?????? 2011 ?. 23:32
> To: dba-vb at databaseadvisors.com
> Subject: [dba-VB] asp.net membership
>
> Hello All:
>
> When you build an ASP.net website, it defaults to using the ASP.net built in
> membership classes, which use a sql server database.  Can you use these
> classes on a server which doesn't have SQL Server (or
> Express) installed, ie does ASP.net have the SQL server drivers built in?
>
> Thanks,
> Doug
> _______________________________________________
>
> _______________________________________________
> dba-VB mailing list
> dba-VB at databaseadvisors.com
> http://databaseadvisors.com/mailman/listinfo/dba-vb
> http://www.databaseadvisors.com
>
>




More information about the dba-VB mailing list