I'm using the Visual Studio O/R designer to get my tables from SQL so that I can use LINQ (.dbml file).
Currently it points to my local DB. How will I change this database connection to the client server when I deploy the application? Alternatively, how do I tell the dbml file to read the connection string from the app.config file?