stay password in connection string
after connect to SQL database from .NET the password is removed from connection string, what can i do for stay it in connection string?
thank you
"Persist Security Info=True;User Id=mysuser;Password=mypassword;database=northwind;server=mySQLServer"