connection strings in app.config
I am planning on storing my connection string information in the app.config file, however is there a way I can store the app.config file on a server, or some how keep connection strings on the server, so that the typical user can not edit the config file on their client?
Or, is there a better way to keep connection strings from the user, but available to easily change from a test server, to live server?
Thanks,
Brandon

