Ok. .I need help. I have tried what you suggested and i am still having problems here is my membership information and i am still getting error message"
You must specify a non-autogenerated machine key to store passwords in the encrypted format. Either specify a different passwordFormat, or change the machineKey configuration to use a non-autogenerated decryption key.
" regardless is I use the following passwords.
None
0 Points
6 Posts
You must specify a non-autogenerated machine key to store passwords in the encrypted format.
Mar 29, 2007 04:18 PM|syrus-intl|LINK
Ok. .I need help. I have tried what you suggested and i am still having problems here is my membership information and i am still getting error message"
You must specify a non-autogenerated machine key to store passwords in the encrypted format. Either specify a different passwordFormat, or change the machineKey configuration to use a non-autogenerated decryption key.
" regardless is I use the following passwords.
Passwords
aaliyah
aaliyah0825
Aaliyah_0825
Web.config
<membership>
<providers>
<remove name="AspNetSqlMembershipProvider" />
<add name="AspNetSqlMembershipProvider"
type="System.Web.Security.SqlMembershipProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
connectionStringName="LocalSqlServer"
enablePasswordRetrieval="false"
enablePasswordReset="true"
requiresQuestionAndAnswer="true"
applicationName="/"
requiresUniqueEmail="false"
minRequiredPasswordLength="7"
minRequiredNonalphanumericCharacters="0"
passwordFormat="Hashed"
maxInvalidPasswordAttempts="5"
passwordAttemptWindow="10"
passwordStrengthRegularExpression="" />
</providers>
</membership>
I dont understand. When i add <machinekey/> i still get errors. I am using godaddys
<machineKey validationKey=“AutoGenerate, IsolateApps”
decryptionKey=“AutoGenerate, IsolateApps” validation=“SHA1” />
Can someone help
None
0 Points
1 Post
Re: You must specify a non-autogenerated machine key to store passwords in the encrypted format.
Apr 09, 2009 05:21 PM|JCarlosBO|LINK
Take a look at this post: "You must specify a non-autogenerated machine key to store passwords in the encrypted format." Pretty much you need to type in something different in the machineKey section