EL DAAB 2.0 [Enterprise Librayr Data Aplication Access Block]

  • Thread starter Thread starter Dino Buljubasic
  • Start date Start date
D

Dino Buljubasic

Just wondering if anybody has experience and good references for using
EL DAAB 2.0.

I am trying to implement it with my app but the resources (online
help, microsoft site, internet) are not updated yet.

Thanks,
_dino_
 
Thus wrote Dino,
Just wondering if anybody has experience and good references for using
EL DAAB 2.0.

I am trying to implement it with my app but the resources (online
help, microsoft site, internet) are not updated yet.

Um... EL 2.0 comes with a up-to-date MSDN style help file.

One of us must be missing something here ;-)
 
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_
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top