D
Daves
since I have some settings different on my local host (where I develop) and
my ISP's (where I upload my final developments) I need different settings in
my web.config. For example the dbase connection strings are different and
then I want to have debug=true locally but not on ISP host.
How would you solve this, can I programmatically set which web.config file
to use eg. in global.aspx depending on server name?
my ISP's (where I upload my final developments) I need different settings in
my web.config. For example the dbase connection strings are different and
then I want to have debug=true locally but not on ISP host.
How would you solve this, can I programmatically set which web.config file
to use eg. in global.aspx depending on server name?