Hello,
i have 3 solution in one project, database connection is one web.config, i have to back and forth change the database connection which is many time create confusion is there any way i can create txtfile or other file where i can define database connection string so i do not need to make changes in web.config
But i have lot of pages, so i have to go on each page and change the connection setting, is there any way i can pass settings from class file to web.config connection string.