I got the Beerhouse program to work locally. I then created a script of the database using SQL server database publishing wizard. I executed the script on Godaddy.com (no error messages). I fixed my connection string to:
<connectionStrings>
<remove name="LocalSqlServer"/>
<add name="LocalsqlServer" connectionString="
Server=p3swhsql-v06.shr.phx3.secureserver.net;
Database=xxxxx;
User ID=xxxxx;
Password=xxxxx;
Trusted_Connection=False" providerName="Syste m.Data.SqlClient" />
</connectionStrings>
Now I am getting the following error:
http://BertelsenWinery.com (click on the link to see the error message).
Anyone have any idea why I am getting this error? Anyone have any luck hosting the Beerhouse on Godaddy.com?
Thanks,
Photon