 |
BOOK: ASP.NET 2.0 Instant Results ISBN: 978-0-471-74951-6
 | This is the forum to discuss the Wrox book ASP.NET 2.0 Instant Results by Imar Spaanjaars, Paul Wilton, Shawn Livermore; ISBN: 9780471749516 |
|
Welcome to the p2p.wrox.com Forums.
You are currently viewing the BOOK: ASP.NET 2.0 Instant Results ISBN: 978-0-471-74951-6 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
|
|
|
|
|

March 10th, 2009, 04:17 PM
|
|
Registered User
|
|
Join Date: Mar 2009
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Appointment Booking Password Error Msg
In chapter 10 it has appointment booking program. I can't get pass the "signup" screen because of password error. I have created a valid user and password but when I try to go in a book a conference room it does not reconize my password as valid. My error is Password length minimum:. 7 , nonalphanumeric characters required:
Ran out of things to try. I purchased this book at the book store just for this project.
Please help.
|
|

March 10th, 2009, 06:02 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
What do you enter as the password? Numbers are *not* non-alpha numeric so you need to use characters like !@#$%^&*( as well.
Also, where do you get this error? You said you created a user but the error message only occurs when you try to create a user; not when logging in...
Cheers,
Imar
|
|

March 11th, 2009, 08:07 AM
|
|
Registered User
|
|
Join Date: Mar 2009
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
My error occurs on the "Sign up for an Account with the Appointment Booking System" screen . My password is "wiggles1$", but I still get the error.
|
|

March 11th, 2009, 04:03 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Strange; It shouldn't be like that (and isn't the case with my version).
How did you set up the application? Did you make any modifications? Do you access the Sign Up papge directly? What happens when you use an extremely complex password?
Imar
|
|

March 12th, 2009, 11:01 AM
|
|
Registered User
|
|
Join Date: Mar 2009
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Thank you, I am in. But now I get the message. I did get an e-mail for the confirmation of activating my account. When I went into the link that was given I get the following:
"An error occured while activating your account". Any suggestions on where to go next?
Thanks for your help.
|
|

March 13th, 2009, 04:46 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Hi there,
Are you sure the link in the e-mail is correct for your production server? Try removing the Try Catch block and see what error you get. Maybe the Guid in the query string was cut off, or maybe some other error occurred.
Cheers,
Imar
|
|
 |