Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Where to store login data?
Message
 
À
07/04/2006 10:57:34
Keith Payne
Technical Marketing Solutions
Floride, États-Unis
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Sécurité
Divers
Thread ID:
01111348
Message ID:
01112247
Vues:
20
Thanks Keith! I will go to app.config. It is better. I will create a form that the admin can create this string and generate the app.config file!

Thanks!

>>Hi, I'm here again! :-)
>>
>>I'd like to know where do you use to store login data, like servername, username, password, etc.
>>
>>I have to say that I'm wondering to create a user for generic use. Then I will create a user table in my database to control user access. So, I'm wondering to sabe this information inside EXE, but I'm not sure if it is the best option.
>>
>>Thanks all of you that are helping me!
>
>Rudolfo,
>
>It is common practice to store the SQL Server connection string information in the app.config|web.config file. If you are storing it in the app.config file, you will probably want to encrypt the connection string because users will be able to read the contents. In the web.config, the connection string does not need to be encrypted because the file can be protected with NT permissions.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Rodolfo Duarte
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform