I have a base class (written using C#.net) which uses datasets to pull data from DB and the connection string is in App.config file. So after writing the base class it has been compiled into dll.
And to use this base class for different project I have to override the DB connection string, so first is it possible to do and if possible, can anyone give me an example for it?