I am using the ASP.NET 2.0 Login control and have provided a valid URL for
the PasswordRecoveryURL property. However when the hyperlink is selected
the login page continues to be displayed. The URL I start with at the login
page is this:
http://localhost:1123/MyBox/Unsecure...2fDefault.aspx
The URL on the login page for the password recovery control shows up as:
.../Public/RecoverPassword.aspx which seems correct and unauthenticated users
have access to that directory
Then I select the hyperlink and I stay on the logon page and the new URL
displayed is:
http://localhost:1123/MyBox/Unsecure...rPassword.aspx
Basically I never get forwarded to the recover password page. Any advice
would be appreciated. Thank you.