Im creating custom login page for sharepoint that will use Forms Based Authenitcation. I've read couple articles how to do it, but something is not clear to me.
What class should my Login.aspx (and other forms such as ResetPassword.asxp, UpdatePassword and etc) inherit from:
1.LayoutsPageBase 2.System.Web.UI.Page 3.FormsSignInPage 4.IdentityModelSignInPageBase Thanks,