Sorry for the many asked question again, but i have not found a answer for solving my problem. First of all: I have a Web (customer-intranet, internal use only) where the user should decide, witch project should be shown. Every project has a connection to a database on different servers. So I have to change the connectionstring to the right database or I have to install the same web twice or more. I cannot use different connectstring-names, because the the dataset-designer stores the connectionname hardcoded in the c#-designer-code.
Is there really now way, to set the project-connectionstring maybe in the global.asax.cs? Or another way to handle this?