S
SStory
Supposing that I want to store the SQL Server name in the app config file?
I suppose that storing the password there if encrypted wouldn't be bad or
would it?
If I could do that then I would probably need to include a utility program
for changing the database password right?
I mean the database password would get changed in the SQL Server but to tell
my app about it, I could encrypt and write the value to the app config and
have a util prog. To allow the user to change it.
Is this ok or is there a better way?
Shane
I suppose that storing the password there if encrypted wouldn't be bad or
would it?
If I could do that then I would probably need to include a utility program
for changing the database password right?
I mean the database password would get changed in the SQL Server but to tell
my app about it, I could encrypt and write the value to the app config and
have a util prog. To allow the user to change it.
Is this ok or is there a better way?
Shane