Parser Error Message: The connection name 'ApplicationServices' was not found in the applications configuration or the connection string is empty.
Source Error:
Line 57: <providers>
Line 58: <clear/>
Line 59: <add name="AspNetSqlMembershipProvider" type="System.Web.Security.SqlMembershipProvider" connectionStringName="ApplicationServices" enablePasswordRetrieval="false" enablePasswordReset="true" requiresQuestionAndAnswer="false" requiresUniqueEmail="false" maxInvalidPasswordAttempts="5" minRequiredPasswordLength="6" minRequiredNonalphanumericCharacters="0" passwordAttemptWindow="10" applicationName="/"/>
Line 60: </providers>
Line 61: </membership>
<asp:login id="Login2" runat="server" style="width: 100%;">
<layouttemplate>
<div class="box">
<div class="content">
<h1>
Authentication Required</h1>
<asp:textbox class="field" placeholder="uss" id="UserName" runat="server"></asp:textbox>
<asp:requiredfieldvalidator id="UserNameRequired" runat="server" controltovalidate="UserName" errormessage="User Name is required." tooltip="User Name is required." validationgroup="Login1">*</asp:requiredfieldvalidator>
<br>
<asp:textbox class="field" placeholder="paa" id="Password" runat="server" textmode="Password"></asp:textbox>
<asp:requiredfieldvalidator id="PasswordRequired" runat="server" controltovalidate="Password" errormessage="Password is required." tooltip="Password is required." validationgroup="Login1">*</asp:requiredfieldvalidator>
<br>
<asp:button class="btn" id="Submit" runat="server" commandname="Login" text="Log In" validationgroup="Login1" onclick="Submit_Click" ></asp:button>
<br>
<asp:literal id="FailureText" runat="server" enableviewstate="False"></asp:literal></div>
</div>
</layouttemplate>
Experts Exchange always has the answer, or at the least points me in the correct direction! It is like having another employee that is extremely experienced.
When asked, what has been your best career decision?
Deciding to stick with EE.
Being involved with EE helped me to grow personally and professionally.
Connect with Certified Experts to gain insight and support on specific technology challenges including:
We've partnered with two important charities to provide clean water and computer science education to those who need it most. READ MORE