I have recently been setting up a site for my local badminton club Tuesday Badminton Club based in Warminster.  The site is based upon a Microsoft starter kit that anyone can download and configure/customise to their own requirements from Club Starter Kit.  After running it locally on my development laptop, I decided to put it live.  The FTP upload was fine, I had already set up an SQL Server 2005 database with my ISP and updated the connection strings accordingly. The next thing was to configure the membership tables. To do this, I followed this excellent guide from Sue Googe.  When I tried to access the site however, I got the default error page displayed.  So off went the "CustomErrors" element and I finally got the message "Invalid object name 'Announcements'.  Further digging (and I had to dig deep!) led to the fact that the club-add.sql script included in the Club Website is incorrect for setting up the club website.  This explains why it worked on my local laptop, as there was an ASPNETDB.MDF locally, it must have been that the club-add.sql script did not match the included database.  You can download the correct scripts for deleting and re-creating the club starter kit databases from Microsoft.  Once you run These Scripts it all works as expected.