ItHurtsWhenIThink
Technical User
I just can not seem to get this up and gong.
Using Visual Studio Pro on net 3.5
ERROR: The following message may help in diagnosing the problem: The connection name 'FormsDemoConnectionString' was not found in the applications configuration or the connection string is empty. (M:\MyProjects\EFFA\EFFA\web.config line 29)
Config file: (parts)
<appSettings>
<add key="connString" value="SERVER=XXX.XX.XXX.XX,XXXX; DATABASE=effaDATA; UID=XXX; PWD=XXX"/>
</appSettings>
<authentication mode="Forms"/>
<membership>
<providers>
<add name="FormsDemoSqlMembershipProvider"
type="System.Web.Security.SqlMembershipProvider,System.Web, Version=2.0.0.0, Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a"
connectionStringName="FormsDemoConnectionString"
enablePasswordRetrieval="false"
enablePasswordReset="true"
requiresQuestionAndAnswer="true"
applicationName="/"
requiresUniqueEmail="false"
passwordFormat="Hashed"
maxInvalidPasswordAttempts="5"
minRequiredPasswordLength="7"
minRequiredNonalphanumericCharacters="1"
passwordAttemptWindow="10"
passwordStrengthRegularExpression=""/>
</providers>
</membership>
Using Visual Studio Pro on net 3.5
ERROR: The following message may help in diagnosing the problem: The connection name 'FormsDemoConnectionString' was not found in the applications configuration or the connection string is empty. (M:\MyProjects\EFFA\EFFA\web.config line 29)
Config file: (parts)
<appSettings>
<add key="connString" value="SERVER=XXX.XX.XXX.XX,XXXX; DATABASE=effaDATA; UID=XXX; PWD=XXX"/>
</appSettings>
<authentication mode="Forms"/>
<membership>
<providers>
<add name="FormsDemoSqlMembershipProvider"
type="System.Web.Security.SqlMembershipProvider,System.Web, Version=2.0.0.0, Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a"
connectionStringName="FormsDemoConnectionString"
enablePasswordRetrieval="false"
enablePasswordReset="true"
requiresQuestionAndAnswer="true"
applicationName="/"
requiresUniqueEmail="false"
passwordFormat="Hashed"
maxInvalidPasswordAttempts="5"
minRequiredPasswordLength="7"
minRequiredNonalphanumericCharacters="1"
passwordAttemptWindow="10"
passwordStrengthRegularExpression=""/>
</providers>
</membership>