Installation de kentico

alas alas asked on February 10, 2017 20:32

Hello i installed kentico 7.0 without my database. How to interface it with my existing database. Is it done before or after migration to 8.2?

Correct Answer

Zach Perry answered on February 10, 2017 20:42

You need to update your connection string in your web.config file to connect to the database.

You can update the code and database separately, you would need to run the upgrade scripts in the database if you already upgraded your code. Make sure you have backups.

0 votesVote for this answer Unmark Correct answer

Recent Answers


alas alas answered on February 10, 2017 20:54

THANK BUT, when i update my connectionstring in my web.config i have this eror :

Could not find stored procedure 'Proc_CMS_SettingsKey_SelectGeneration'. 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: Could not find stored procedure 'Proc_CMS_SettingsKey_SelectGeneration'.

Source Error:

Line 53: get Line 54: { Line 55: return CMSContext.AnyDebugEnabled; Line 56: } Line 57: set

0 votesVote for this answer Mark as a Correct answer

Charles Matvchuk answered on February 12, 2017 15:53

alas alas, you have posted on multiple threads. I recommend that you review the documentation in detail and read the upgrade procedures and the proper path and methods to take. You must upgrade, in the proper order the current system. Both the Application/Website and the database. You can upgrade a database just by running scripts.

1 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.