I want the class inheritance to look like this...
Person -> MembershipUser -> User
Person & User are my own classes. What is the syntax in ASP.NET 2.0 for MembershipUser to inherit my Person class. If I have to create a new class that first inherits MembershipUser, then I have the problem of double inheritance.