Re: Encrypt sqlconnectionstring on XML files
- From: "Luis Esteban Valencia" <levalencia@xxxxxxxxxxxx>
- Date: Fri, 8 Jul 2005 17:13:39 -0500
Read this.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnbda/html/AppArchCh3.asp
on the configuration section they dont recommend to put connection strings
on XML configuration files. So where to put them? How to deploy them to the
customer??
"Peter Rilling" <peter@xxxxxxxxxxxxxxxxxx> escribió en el mensaje
news:uangkYAhFHA.1416@xxxxxxxxxxxxxxxxxxxxxxx
> Why would you need to encrypt the connection string? If you use a trusted
> connection (meaning now username and password is stored in the string),
then
> there is no private information that needs to be encrypted.
>
> "Luis Esteban Valencia" <levalencia@xxxxxxxxxxxx> wrote in message
> news:eb7dVUAhFHA.1052@xxxxxxxxxxxxxxxxxxxxxxx
> >
> >
> >
> > Hello I want to encrypt the sqlconenction string on the xml
> > configuration files.
> >
> > The problem is the following
> > I have an application at my company that accesses a sql server
local
> > database. this database connection string is in a file called
appconf.xml
> > in my class library called DataAccessLogicLayer.
> >
> > If I encrypt the connection string what should I do when I deploy
to
> > customer? how should they change the connection string if that XML file
is
> > encryped.
> >
> >
> >
>
>
.
- Follow-Ups:
- Re: Encrypt sqlconnectionstring on XML files
- From: Peter Rilling
- Re: Encrypt sqlconnectionstring on XML files
- References:
- Encrypt sqlconnectionstring on XML files
- From: Luis Esteban Valencia
- Re: Encrypt sqlconnectionstring on XML files
- From: Peter Rilling
- Encrypt sqlconnectionstring on XML files
- Prev by Date: hyperlink column in datagrid in web user control
- Next by Date: Re: Insert, Update and Delete. Can somebody please help me?
- Previous by thread: Re: Encrypt sqlconnectionstring on XML files
- Next by thread: Re: Encrypt sqlconnectionstring on XML files
- Index(es):
Relevant Pages
|