After completing the lab on pages 653-656 and viewing the site at
http://localhost I clicked on a couple pages under Reviews and tried logging in and I received the following error message in my inbox:
"An attempt to attach an auto-named database for file C:\Users\Erich\Documents\Gateway\Beginning
ASP.NET 3.5
VB\BegASPNET\Release\App_Data\PlanetWrox.mdf failed. A database with the same name exists, or specified file cannot be opened, or it is located on UNC share.
I read online that is may have to do with my connection string. I posted this below as a reference.
<addname="PlanetWroxConnectionString1"connectionString="Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirector y|\PlanetWrox.mdf;Integrated Security=True;User Instance=True"providerName="System.Data.SqlClient"/>
I verified 3 times that my file system configuration mirrored the books directions.
Any thoughts would be appreciated.