Hello,We are required to use “CyberArk .NET Application Password SDK” tool for fetch the db password from a key store. (It’s a bank client)They sent to us a dll file for using GetPassword() method....
I am using Kentico 13 and planning to use two docker containers, one to host the admin site and the to host the user-facing site. I have used a linux container to host the user-facing site, do you ...
I would like to use the user setting file to store the CMSConnectionString. It seems to be unsupported by Kentico out-of-the-box. If I move the connection string to the user secrets file I get the ...
I'm trying to work through the installation/configuration but I get this error during database creation:``` at CMS.DataEngine.SqlInstallationHelper.ImportDefaultData(IDataConnection connection, St...
Is there any sample connection string that we should follow with Kentico?We are using this, is this fine or do we need to optimize it?@add connectionString=@Data Source=localhost;Initial Catalog=db...
Is it possible to encrypt the sql credentials of a database connection string stored in the web.config?Ideally, we prefer to encrypt the credentials and decrypt them in code prior to the connection...