Hello,
I am getting the AppSettings section as follows:
AppSettingsSect ion appSettingSecti on =
(AppSettingsSec tion)Configurat ionManager.GetS ection("appSett ings");
However, I am getting the following error:
Unable to cast object of type
'System.Configu ration.KeyValue InternalCollect ion' to type
'System.Configu ration.AppSetti ngsSection'.
What am I doing wrong?
Thanks,
Miguel
I am getting the AppSettings section as follows:
AppSettingsSect ion appSettingSecti on =
(AppSettingsSec tion)Configurat ionManager.GetS ection("appSett ings");
However, I am getting the following error:
Unable to cast object of type
'System.Configu ration.KeyValue InternalCollect ion' to type
'System.Configu ration.AppSetti ngsSection'.
What am I doing wrong?
Thanks,
Miguel
Comment