You are currently viewing the BOOK: Professional ASP.NET 2.0 Security, Membership, and Role Management ISBN: 978-0-7645-9698-8 section of the Wrox Programmer to Programmer discussions. This is a community of tens of thousands of software programmers and website developers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining today you can post your own programming questions, respond to other developers’ questions, and eliminate the ads that are displayed to guests. Registration is fast, simple and absolutely free .
The sample website has dummy values for username and password in the provider configuration sections. Those need to be changed based on however you setup your own test AD environment.
Thank you for your quick response. I have changed the user id and password to an account on my domain, and the account is an administrator on the domain.
Just looking at the configuration below, I see a few potential issues:
-different values for the connection username
-the word "banking" mis-spelled in one case
-is it "banking" or "bank"
-Is the AD that you are using really allowing passwords like "1234568"? I know on a default AD installation that kind of password would fail the default password strength rules
Overall I'm still guessing that the problem has to do with the username/password combo that has been configured for the provider.