Wrox Programmer Forums
|
BOOK: Professional ASP.NET 2.0 and Special Edition; ISBN: 978-0-7645-7610-2; ISBN: 978-0-470-04178-9
This is the forum to discuss the Wrox book Professional ASP.NET 2.0 Special Edition by Bill Evjen, Scott Hanselman, Devin Rader, Farhan Muhammad, Srinivasa Sivakumar; ISBN: 9780470041789
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Professional ASP.NET 2.0 and Special Edition; ISBN: 978-0-7645-7610-2; ISBN: 978-0-470-04178-9 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old October 11th, 2006, 03:59 PM
Authorized User
 
Join Date: Dec 2005
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Default Ch16 PasswordRecovery won't email

Can somebody please please please help me..............!!!!

This PasswordRecovery Control from page 610 in Chpt 16 tells me "Your password has been sent".

But the email isn't getting forwarded.

Here is my provider:

<providers>
        <add name="VIPDeskMembershipProvider"
             type="System.Web.Security.SqlMembershipProvider"
             connectionStringName="MembershipLocal"
             applicationName="bagateway"
             minRequiredPasswordLength="5"
             minRequiredNonalphanumericCharacters="0"
             requiresUniqueEmail="false"
             passwordFormat="Encrypted"
             enablePasswordRetrieval="true" />
      </providers>

I have a machine key.
It was going to the badmail folder until I changed from to a valid email in:
<asp:PasswordRecovery ID="PasswordRecovery1" runat="server">
    <TitleTextStyle Font-Bold="true" BackColor="#003366"
     ForeColor="White" />
     <MailDefinition From="[email protected]" Subject="Brand Ambassador account">
     </MailDefinition>
</asp:PasswordRecovery>








Similar Threads
Thread Thread Starter Forum Replies Last Post
Access denied Ch16. no error code Mantis_Atlantis BOOK: Beginning PHP5, Apache, and MySQL Web Development ISBN: 978-0-7645-7966-0 1 March 13th, 2006 02:16 PM
Membership & Role Management - Ch16 Carl Grainger BOOK: Professional ASP.NET 2.0 and Special Edition; ISBN: 978-0-7645-7610-2; ISBN: 978-0-470-04178-9 1 January 6th, 2006 05:44 AM
view forum in ch16?!! the world BOOK: Beginning PHP5, Apache, and MySQL Web Development ISBN: 978-0-7645-7966-0 2 December 22nd, 2005 08:28 AM
ch16 gd based interactive mall keng BOOK: Beginning PHP4/PHP 5 ISBN: 978-0-7645-4364-7; v5 ISBN: 978-0-7645-5783-5 1 September 20th, 2003 06:10 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.