Print Page | Close Window

Config Information as Encryted file

Printed From: IdeaBlade
Category: DevForce
Forum Name: DevForce 2009
Forum Discription: For .NET 3.5
URL: http://www.ideablade.com/forum/forum_posts.asp?TID=974
Printed Date: 12-May-2026 at 10:37pm


Topic: Config Information as Encryted file
Posted By: Xface
Subject: Config Information as Encryted file
Date Posted: 22-Oct-2008 at 9:22pm

Dear All,

  May be this question is a generic one. As we deploy applications to clients, there are several occasions where the client out of curiosity tamper the Config files and Database settings . Is there any way that we encrypt all the config info along with IDB Config ? So that the end user can't modify settings.
 
 Any ideas will be much appreciated. This is really annoying when a customer tampers the settings.
 
Thanks
Raja
 



Replies:
Posted By: davidklitzke
Date Posted: 23-Oct-2008 at 1:19pm
Here are two solutions:
 
(1) Use a DataSouceKeyResolver and eliminate the use of an ibconfig file.
 
(2) Embed the ibconfig file in the AppHelper.dll.



Print Page | Close Window