Is there a quickstart application sample that demonstrates using t开发者_Python百科he Login controls, roles, profile and uses best practices?
Find following links useful
http://authors.aspalliance.com/aspxtreme/webapps/security/AspNetMembership.aspx
http://aspalliance.com/1658_Using_Forms_Authentication_with_Membership_Providers_in_ASPNET_20.2
This is one of the best link I found for membership authentication
http://weblogs.asp.net/scottgu/archive/2006/02/24/ASP.NET-2.0-Membership_2C00_-Roles_2C00_-Forms-Authentication_2C00_-and-Security-Resources-.aspx
Hope this will help!
The ASP.NET Web Site Administration Tool uses the Membership API. I think all of the source code is in there, you'll just have to import it into a project by yourself.
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\ASP.NETWebAdminFiles
I am sure following link will be useful..
It is step by step guide
https://web.archive.org/web/20210513220018/http://aspnet.4guysfromrolla.com/articles/120705-1.aspx
精彩评论