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 { }