Say I have two sets of web configuration, where do I put the selection code?
I want my code be able to interchangeable between two sets of configurations
Say I have two sets of web configuration, where do I put the selection code?
I want my code be able to interchangeable between two sets of configurations
If I understand your question correctly, you want web.config files like this.
It basically transform Web.Config based on the selection.
If it is what you want, there are lot of questions in SO regarding that.