Sorry if this looks like a stupid question.
My application uses a connection string to connect to a SQL Server 2008 database and uses Crystal Report, my server use mix authentication mode.
The problem is: app.config
file shows connection string (user name & password) which I don't want anyone to see!
Data Source=.\SQLEXPRESS;Initial Catalog=ComplainsDb;Persist Security Info=false; User ID=abcde ;Password=MyPassword
Thanks for any help.