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