|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
using app.config fileWhy do you want to store database connection string inside application
configration file app.config in case of windows forms application? Someone told me that it can be changed easily changed once application is deployed. Can anyone explain? Thanks! Config files make updating settings etc. a very easy thing to do as the
config files are just text files. Anyone can in theory alter these who has permissions to the directory in which it resides. There are however ways to encrypt the strings, so you can secure your credentials and they are not easily reusable. http://www.developer.com/net/vb/article.php/3500906 -- Show quoteHide quoteRegards John Timney (MVP) "c_shah" <shah.chi***@netzero.net> wrote in message news:1152442831.399635.127520@h48g2000cwc.googlegroups.com... > Why do you want to store database connection string inside application > configration file app.config in case of windows forms application? > Someone told me that it can be changed easily changed once application > is deployed. Can anyone explain? Thanks! >
Programmatically open compmgmt.msc
When the messagebox disappears, it leaves a white square Need to sort an Array Windows Image Acquisition (WIA) Taking black photos Help with logic - system payment method Connect to database in non standard location Listview item fontstyle About download files vb express question Windows form designer default scope for controls. |
|||||||||||||||||||||||