I was using an .mdf for connecting to a database and entityClient. Now I want to change the connection string so that there will be no
.mdf
database
entityClient
I was also facing the same issue. Now I have done it by removing the user name and password from the connection string.