Hi, I am using Entity Spaces 2008 trial with my generation 1.3.0.3. the database is SQL 2005. Here is my situation. I have 10 databases. each database represents a US state. The users can pick which database they need to work on. We have a web service that returns the appropriate connection string based on the state you pass on. I have the connection set in an app.config file (winforms). I have read that once it is set in the app.config the connection string cannot be changed. What could be the work around? I don't want to put the 10 connections in the app.config and change the connection name. Do I need to move to configless execution? please confirm. Thanks in advance
Jose Rodriguez