I am trying to get the Membership Provider to work.
So far I have:
Put this in Login1_Authenticate before calling Response.Redirect("/admin/default.aspx");
Login1_Authenticate
Response.Redirect("/admin/default.aspx");
FormsAuthentication.SetAuthCookie("username", true);