Hi
I have set up a login page using web.config and forms based authentication. I understand that one has to login before being referred to the default page. However, I also have a link to get new users to register on the same login page. The problem is when someone registers, the login page refers the users to the registration page, instead of default page. This is because the user clicks on the registration page link. Moreover, the registration link does not work sometimes.
Can anyone help? I have tried many sites but am not getting anywhere. One last question: is asp.net the best technology to build a login page. I see many sites using javascript and asp.
Thanks in advance
dm