Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用 SQL 数据库实现自定义成员资格。我进行了很多搜索,但找不到任何好的教程。有人可以帮助我们有个好的开始吗?我正在使用带有 c# 的 asp.net。提前致谢。
从下面的代码开始:
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Security; public class MyMembershipProvider: SqlMembershipProvider { }