Hi all thanks in advance.
i am developing an windows application with c#.net and sql 2008R2. with MS Enterprise library. here i have used app.config file to store the Sql connection string. After completing the project, i have created a setup. during the creation of the setup i have added app.config file in the setup project. but with this setup project, i am unable to change the sql connection string. if i change the string it is not reading the sql string from this app.config file. seems it is accessing the file, which i have used in the development time.
Please help me. how to use this app.config file with this setup.
i am developing an windows application with c#.net and sql 2008R2. with MS Enterprise library. here i have used app.config file to store the Sql connection string. After completing the project, i have created a setup. during the creation of the setup i have added app.config file in the setup project. but with this setup project, i am unable to change the sql connection string. if i change the string it is not reading the sql string from this app.config file. seems it is accessing the file, which i have used in the development time.
Please help me. how to use this app.config file with this setup.