我寫了一個自定義配置節,集合和元素來添加/修改我的app.config。所有似乎都進展順利,它在Visual Studio中完美運行。然而,當我安裝的應用程序,它的時間爲新的數據保存到自定義配置部分,以下異常被拋出: System.Configuration.ConfigurationErrorsException: Unable to save config to file '{path to
在我的配置文件中,我有一些我想加密的敏感信息以提高安全性。 這是我的代碼(按預期工作): class Program
{
static void Main(string[] args)
{
System.Configuration.ExeConfigurationFileMap fileMap = new ExeConfigurationFileMap();