S
Simon Harvey
Hi everyone,
As I understand it, storing an applications SQL Server connection string in
the web.config file is a security risk. I'm wondering then, what the
simplest solution is to this problem?
Actually, my first question is, why is it a security risk? As I understand
it, it is impossible to download the web.config file. Is this not the case?
I've heard of a number of potential solutions to this problem - storing
stuff in the registry being one potential solution. I don't really want to
do that though as I need to be able to deploy the sites on a shared host
computer owned by my hosting company.
So, back to my original question - what would be the simplest and most
effective way to keep my connection string secure?
Thanks to anyone who can offer any advice on this
Simon
As I understand it, storing an applications SQL Server connection string in
the web.config file is a security risk. I'm wondering then, what the
simplest solution is to this problem?
Actually, my first question is, why is it a security risk? As I understand
it, it is impossible to download the web.config file. Is this not the case?
I've heard of a number of potential solutions to this problem - storing
stuff in the registry being one potential solution. I don't really want to
do that though as I need to be able to deploy the sites on a shared host
computer owned by my hosting company.
So, back to my original question - what would be the simplest and most
effective way to keep my connection string secure?
Thanks to anyone who can offer any advice on this
Simon