In the asp login control I added PasswordRecoveryText and PasswordRecoveryUrl properties. However when I run the page in debug mode I dont see 'Forgot Password' anywhere on the page. What might be the reason that its not showing up. I am using ASP.NET 4 and according to msdn this is the right way to do.. but doesnt work. Here is the first line of login control. All the tags are there.. I just havent put the whole script here.
<asp:Login ID="LoginUser" runat="server" EnableViewState="False" PasswordRecoveryText="Forgot Password" PasswordRecoveryUrl="~/Account/RecoverPassword.aspx">