У меня sql.config выглядить немного по другому
<SqlServerSettings xmlns="http://schemas.datacontract.org/2004/07/Kooboo.CMS.Content.Persistence.SqlServer" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
Цитата:<Connections>
<ConnectionSetting>
[color=red]<ConnectionString>Server=.\SQLExpress;Database=Kooboo_CMS; Trusted_Connection=Yes;</ConnectionString>[/color]
<Name>Sample</Name>
</ConnectionSetting>
</Connections>
<EnableLogging>false</EnableLogging>
[color=red] <SharingDatabaseConnectionString>Server=.\SQLExpress;Database=Kooboo_CMS; Trusted_Connection=Yes;</SharingDatabaseConnectionString>[/color]
</SqlServerSettings>
В обоих строках заполнять данные или только во второй(выделенной)?
И получается вот так
Недопустимое имя объекта "SampleSite.Article". Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.SqlClient.SqlException: Недопустимое имя объекта "SampleSite.Article".