Hi Darren,
This is a little bit custom, but I use a special Configuration class that
supports encryption of specified fields (among other things). I can then
store an encryption key inside of the compiled code somewhere as the key to
decrypt the encoded configuration keys.
There's more info on this solution here:
http://www.west-wind.com/presentatio...ationclass.asp
+++ Rick
--
Rick Strahl
West Wind Technologies
http://www.west-wind.com/ http://www.west-wind.com/weblog/
----------------------------------
Making waves on the Web
"Darren Clark" <dc******@hotmail.com> wrote in message
news:Gi*****************@news-server.bigpond.net.au...
Basically i am curious as to where everyone stores there database details
for ASP.NET apps?
When developing controls i usually stored it in the web.config file.
Then i move it to a internal private property that is only acessable from my
DB classes.
What other methods do people use?
Encryption and then store in the webconfig? or registry? or encrypt then
registry?