They seam to have it but I am having problems implementing it.
I can create app.config file, provide all connection string parameters
(user ID, password, server name, database name) but I would like to
encrypt these. Otherwise, everybody who open Program
Files/MyCompany/MyApplication forlder can open the app.config file and
read this sensitiv info.
By reading the documentation in EL 2.0, I have not found the way how
to do this (I found plenty of info how to do this in EL 1.1 though).
By reading the documentation in .NET 2.0, I am finding only how to do
this for web.config file but not for app.config file. Some people are
saying, ... "well, it should be the same" but it does not look the
same. To encrypt web.config file one can use
aspnet_regiis tool
, however, thsi tool work on virtual directory and can not be applied
to regular directory.
If you have any good info on this, plese provide.
_dino_