I had figured that I could switch from development database to production database simply by switching the connection string in the web.config file. However, when I do this, on the production site, I get an error indicating that it can't find an object I was trying to use in a test. Subsequently in looking at the code in the databasespecific project, I see that it puts the name of the database here that for the database that was used in generating the code. Is there a quick way to get around this problem other than regenerating all the code for both environments separately and adding those dlls to the appropriate server?