Hi,

I created a dll that serves as my data logic and a bit of business logic

in the dll, I used dataset designer to generate my data access classes...etc

Because it s a dll project, the dataset reads the connection string from the file: Settings.settings

Need: For maintainance reasons, I dont want my dataset to get the connectionstring from the dll file Settings.settings but from the file web.config of the main web application. I need to do that overwriting the designer.cs when the DB changes or when the dataset is regenerated again.