I am trying to hide the connection string in my asp.net application. In IIS7 I added the connection string and need to know what I change in my asp.net web application web.config file.
For example, In IIS7 I created a database connection string named SSConection. I specified the server and the database and also provided user name and password.
This connection string information is also in my web.config and linq to sql entities. Do I just remove the connection string or do I reference it in someway?
Thanks