Rank: Member
Joined: 2/12/2007(UTC) Posts: 73
|
Sirs have you a to-do step list to successfully deoply your framework over a sql express database. I continue to get cannot find table 0 error. You could see it here: http://test.gianoliconfezioni.itI get this error also on first run on local pc, but I solved giving permission to temp folder. In a hosting environment is a bit different. Anyhbody deployed site using express? Thanks Andrea
|
|
|
|
Rank: Member
Joined: 9/27/2004(UTC) Posts: 1,099
|
Hello Andrea.
It will work fine with SQL Server Express edition. The error "cannot find table 0" means the site cannot connect to your stores database. It is likely the database connection string located in the "web.config" file is incorrect or the database user account does not have proper access.
Try using the SQL "sa" account to rule out any permissions issues (if possible). Otherwise try connecting to the database using SQL Server Management Studio edition. The same information you use to connect via Management Studio should match the information you have in your connection string. |
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.