a question about authentication!
i try to use <authentication mode="Forms"> to authenticaton my users, i have put "Login.aspx" and "success.aspx" in the folder,and the default page of this folder is "success.aspx",it works very well.
but when i have also put a "register.aspx" in this folder so people could register them. unfortunate,the ones who want to register click the button of register in the "login.aspx", but they would be also redirect to "login.aspx",so they couldn't visit the page of "register.aspx".
how could i resolve it??
|