Enterprise Library deployment problem

  • Thread starter Thread starter Paul Abraham
  • Start date Start date
P

Paul Abraham

Hi there,

I plan to start a new project using MS Enterprise library, as i know
those application blocks are really good.

However, when think about delpoyment issue:

e.g. I can encrypt the database connection string in development and
store it in the web.config file. When the application goes live, the
database administrator need to change the username and password in case
of the security concern. How can I do this? How can I change the
encrypted username and password to the one.

Please help.

PAUL Abraham
 
I have a similair problem

I create a mini app that encrypts a given string for me.
So when i need to change the db connection string, or even password in the
DB, i just use my app to create a encrypted string, and copy and paste that
into the config file.

Simple solution, hope its what you looking for
 
Back
Top