Total Members: 64
Connection String Problem
Submitted by ash87 on Mon, 06/09/2008 - 20:24
Hi
the connection stirng on the application is located in the cweb.config file. the problem appears when i deploy the application on another network/intranet, is there anyway to manage the connection string without changing it for each network?
thank you
Hello I believe that each
Hello
I believe that each time you change the web.config file, you should recompile your application. The best idea is to put your connection string in a database table so you can change it anytime you like. That could be a fair and easy solution for your problem.
Cheers