In uw verbindingsreeks hebt u niet opgegeven of u Windows-verificatie of SQL-verificatie wilt. Voor SQL auth zou dit moeten zijn (vervang x en y uiteraard door uw gebruikersnaam en wachtwoord):
<add name ="AutoLotSqlProvider" connectionString =
"Data Source=.\SQLEXPRESS;User ID=x;Password=y;AttachDbFilename=C:\...\AutoLot.mdf"/>
Voor Windows-verificatie zou dit moeten zijn:
<add name ="AutoLotSqlProvider" connectionString =
"Data Source=.\SQLEXPRESS;Integrated Security=SSPI;AttachDbFilename=C:\...\AutoLot.mdf"/>