Is there an easy way to configure the web.config so that you can separate those settings that you want to apply when developing locally and those that you want to use when the application is deployed?
For instance, I have to remember to change several things when I upload my code to the server including ConnectionStrings, settings pertaining to Advertisements, etc. It'd be nice if I could just upload the web.config to the server and it would realize it needs to use certain settings. Even if I only had to change a single flag in the web.config that would help eliminating forgetting to change a certain settings.








Bookmarks