I have a database that I want to basically place on the web. I have user information inside a table within this database. The database is an SQL Server DB. My question is how to use the membership and role features when a db with user info is already created. Are there any good examples of this out there? Thanks.
First off: there is a whole "Security" forum dedicated to membership and role talk
Secondly: what you are going to be after is a "Customer Membership Provider"
I also have a list of good security resources on ASP.NET 2.0 here:http://weblogs.asp.net/scottgu/archive/2006/02/24/438953.aspx
It includes a nice video that walksthrough how to setup a login system.
Hope this helps,
Scott
0 comments:
Post a Comment