configuration-management
Tools and processes for application configuration management
My question has to do with best practices and tools used for promoting application configuration data to a new environment as part of a typical testing cycle. The latter includes three environments, T[详细]
2023-01-06 11:10 分类:问答Managing project configurations in VS 2010
I\'m working on a solution with multiple projects (class libraries, interop, web application, etc) in VS2010.[详细]
2023-01-03 16:23 分类:问答How to read system.web section from web.config
Should be simple, but whatever I try returns null: const string key = \"system.web\"; var sectionTry1 = WebConfigurationManager.GetSectio开发者_StackOverflow社区n(key);[详细]
2023-01-02 22:31 分类:问答Subversion: Write protection for tagged directories
i am using subversion as RCS. Always when a new version of my project is finised i create a tag of it (copy of the trunk).[详细]
2022-12-31 07:57 分类:问答Deploying Multiple Environments in Spring-MVC
Currently all web apps are deployed using seperate config files: <!-- <import bean.... production/> -->[详细]
2022-12-28 06:38 分类:问答CM and Agile validation process of merging to the Trunk?
We are a new Agile shop and we are encountering an issue that I hope others have seen. In our process, the Trunk is considered an integration branch; it does not have to be releasable, but it does ha[详细]
2022-12-25 22:21 分类:问答What is the best way to manage configuration data
I am working on a product suite which has 4 products. Right now, all of the configuration dat开发者_如何学Goa is either in the XML or properties files.This approach is not maintainable as we have to m[详细]
2022-12-21 14:45 分类:问答Multiple Applications, Shared Settings: Use the registry or XML-based configuration?
My Scenario I have a class library that is going to be called from multiple separate executable applications. This class library needs to know about an address of a database server (and many other co[详细]
2022-12-19 15:11 分类:问答Should I create a new branch for every new bug that gets reported?
We use a JIRA as our ticket system. New bugs/tickets are submitted to that system开发者_如何转开发. Once a bug is fixed, we create a new build and test it on our dev server. If everything is good we p[详细]
2022-12-19 01:16 分类:问答Where to hold config files
I created a new C# Project (non-web) for our PayPal implementation.I have a bunch of config strings such as the following that I need to figure out the best way to store.Various wrapper classes that I[详细]
2022-12-18 17:53 分类:问答