|
-
Dec 3rd, 2009, 07:31 PM
#6
Re: Application settings, Application resources or Registry?
 Originally Posted by Dave Sell
So the best place to store a connection string is... The registry?
Is that supposed to be a joke?
 Originally Posted by jmcilhinney
The Registry should generally be avoided in .NET applications unless you have a specific need to use it.
 Originally Posted by jmcilhinney
Connection strings can be stored in the config file and encrypted if required.
 Originally Posted by jmcilhinney
Microsoft recommend against using the Registry because it is getting overloaded and has become unwieldy.
 Originally Posted by jmcilhinney
.NET has added the configuration system specifically for .NET apps to use to store configuration information.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|