configurationmanager
Static Objects | Custom ConfigurationManager for Environment Independent Web.config
I am working on a typical .net web app which is first deployed at test environment - ENV- T and then after complete testing it is moved to Production ENV - P.[详细]
2023-04-09 10:09 分类:问答.NET Centralized Configuration for Windows Services and WCF Web Services
Does anybody know of a way to centralize a .NET app config so that it can be used by multiple windows services and multiple wcf web services on a computer? They are all installed in separate folders u[详细]
2023-04-06 19:02 分类:问答How to open a SectionGroup in an ASP.NET web application?
I have a small ASP.NET web application hosted in an integration test (executing within NUnit).My product code can usually find configuration data from the web.config or app.config file, but for some r[详细]
2023-04-01 05:53 分类:问答SCCM Distributed software install hangs
I am having issues getting distributed software from S开发者_Go百科CCM to install properly. This goes for both MSIs and EXEs. The software deploys properly and the respected installer, msiexec or setu[详细]
2023-03-27 15:59 分类:问答app.config: how do I make a nested customSection called appSettings be the ConfigurationManager.AppSettings
my desired app.config would be like this: <configSections> <sectionGroup name=\"QA_Environment\">[详细]
2023-03-24 14:11 分类:问答What is the difference between using AppDomain and ConfigurationManager when getting the path to a configuration file?
When getting the file path of the current conf开发者_如何学运维iguration file, what is the difference in using the AppDomain namespace and the ConfigurationManager namespace? And when would you use on[详细]
2023-03-24 14:09 分类:问答ConfigurationManager.OpenMappedExeConfiguration.GetSection() fails (just started happening recently)
First off, let me apologize in advance for the extremely long question -- kudos to anyone that makes it to the end![详细]
2023-03-24 01:59 分类:问答Remove Configuration from VB2005 application
On the compile tab of the project properties: If you look at the configuration dropdown it typically shows debug/release/active/all.[详细]
2023-03-21 17:50 分类:问答Grabbing connectionStrings from web.config based on the providername
Im trying to figure out how to grab all connectionStrings from a web.config that has a certain provider but got stuck.[详细]
2023-03-21 05:05 分类:问答ConfigurationManager not declared - Have dll
Quick background: I have a VB.NET application in which I was previously using ConfigurationSettings.AppSettings to read from app.config, and got an error message to change it to System.Configuration.C[详细]
2023-03-19 12:57 分类:问答