Re: membership provider for the sam database



Hello Jerry,

As for the SAM database, so far I haven't found any 3rd party ASP.NET 2.0
provider(membership or role or ...) for it. The following blog article has
mentioned some existing membership/role providers, include SQL db, MySql,
Oracle....

#ASP.NET 2.0 Membership, Roles, Forms Authentication, and Security
Resources
http://weblogs.asp.net/scottgu/archive/2006/02/24/438953.aspx

If you do need to connect it follow the provider model(I think this is the
best practice for ASP.NET 2.0 application), you may consider building a
custom one. And ASP.NET team has published the 2.0 built-in providers'
source code, this will he good resource for your reference if you'd like to
write a custom one:

#Source Code for the Built-in ASP.NET 2.0 Providers Now Available for
Download
http://weblogs.asp.net/scottgu/archive/2006/04/13/442772.aspx

Hope this helps some.

Regards,

Steven Cheng
Microsoft MSDN Online Support Lead


==================================================

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

==================================================


This posting is provided "AS IS" with no warranties, and confers no rights.



Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)



.



Relevant Pages