T
Tony Johansson
Hello!
Suppose I need to have a different connectionstring that the one that exist
in machine.config.
What is the best practice to do this ?
Two alternative.
1. Change in machine.config not so good I suppose.
2. Create a web.config where you made your modifications.
I would guess that alternative 2 is the best one.
One more question. Should the machine.config file never be changed ?
//Tony
Suppose I need to have a different connectionstring that the one that exist
in machine.config.
What is the best practice to do this ?
Two alternative.
1. Change in machine.config not so good I suppose.
2. Create a web.config where you made your modifications.
I would guess that alternative 2 is the best one.
One more question. Should the machine.config file never be changed ?
//Tony