Shamil Salakhetdinov
shamil at smsconsulting.spb.ru
Sun Apr 24 14:49:06 CDT 2011
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 _______________________________________________