Hi Imar
Thanks for answering my post.
The Version of windows is 7, with SQL2008, my connection strings are ( <connectionStrings>
<clear />
<add name="ContactConnectionString" connectionString="Data Source=.\SQLEXPRESS\Shane-PC\Shane; Initial Catalog=Contact; Trusted_Connection=True" providerName="System.Data.SqlClient" />
<add name="ContactEntities1" connectionString="metadata=res://*/App_Code.job.csdl|res://*/App_Code.job.ssdl|res://*/App_Code.job.msl;provider=System.Data.SqlClient;
pr ovider connection string="data source=.\SQLEXPRESS\Shane-PC\Shane;Intial Catalog=Contact Trusted_Connection=True;multipleActiveResultSets=T rue"" providerName="System.Data.EntityClient" />
<add name="ConnectionString" connectionString="Data Source=.\SQLEXPRESS\Shane-PC\Shane;AttachDbFilename=|DataDirectory|\Contact. mdf;Integrated Security=True;User Instance=True" providerName="System.Data.SqlClient" />
<add name="LocalSqlServer" connectionString="Data Source=.\SQLEXPRESS\Shane-PC\Shane; Initial Catalog=ASPNETDB;Trusted_Connection=True" providerName="System.Data.SqlClient" />
</connectionStrings>). The permissions are as you said in the book. I have my site up and running on my computer but cant connect to the database. it all works fine in Visual Web Dev.
Thanks again
Shane