Just a follow up on the discussion.
What finally worked was to delete
Code:
AttachDbFileName = |\DataDirectory|\GolfDatabase.mdf;
the name used for localDB
which seems to make perfectly logical sense, since earlier in the line I use the command
Code:
Initial Catalog = esherr01;
naming the database at the webserver
Just to let you know, I have read both the 4.0 and 4.5 books and think they are the best. I also appreciate all of the forum help which has been invaluable
Thanks so much,
Cliff