Login Control
I am attempting to use the login control and I cannot validate my user. What am I doing wrong?
******
Web Config
<connectionStrings>
<add name="myName" connectionString="Data Source=myServer;Initial Catalog=SQL Server;User ID=userID;Password=password"
providerName="System.Data.SqlClient"/>
</connectionStrings>
<authentication mode="Forms"/>
*************
Should I be adding code to the loginbutton? I am so new to this .NET I am embarrassed at this stage of the game.
|