> Is it possible to use any of the functionality driving the > diagnostics/SecurityContext.aspx page to simulate the <asp:LoginName> > and <asp:LoginStatus> controls? > > I see no way to implement these controls easily other than by using a > masterpage - a solution that might get very messy.
I'm not sure what you mean: I wrote Login.aspx and friends without master pages. But implementing login functionality for forms isn't too bad: the FormsAuthentication class has static methods that do 95% of the hard work. The only piece I can't remember off the top of my head is how you'd do the actually authentication bit (i.e. check that the password is valid). But there has to be something either in the Forms Auth stuff or the membership stuff. ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Flexwiki-users mailing list Flexwiki-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/flexwiki-users