My problems is as follows. I use a SQL Server 2008 database. I don’t want to put db passwords in plain text on my configuration. I know that there is an option to encrypt the app.config like the following article explains, but in my case I don’t think it is sufficiently secure. Someone proposed that I will try to search for a way to use client side certificates to connect the database. I could not find a way to do it and appreciate your help here.
Many thanks,
ikaso
Based on comments to the quesion..
If you use “Windows Authentication” then no passwords are needed.
The credentials are taken from the token of the logged in user. The “logged in” user can be
So the password entry is done when configuring IIS or the service, or when the human logs in.
This assumes a domain of course…