Forgot Password
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
hi, i'm working on a web application and the authentication mode is set to Form and i have a logon page (logon.aspx) with a link on it (Don't know your password Click here?) and on click of the link it's suppose to popup or redirect the user a page (forgotyourpassword.aspx) where he can enter is username or email address for the system to retrieve the password and send an email back to the user. But instead of the (forgotyourpassword.aspx) page to show the systems redirects me back the the logon page, i think the solution reside in the web config file but i dont know how.