app-config
How to include Web reference endpoint configuration in another project
I have 2 projects, X and Y. Y calls a Web service and the configuration is defined in Y\'s app.config (its a DLL).[详细]
2023-03-09 17:57 分类:问答Grails 1.4 - What happened to ApplicationHolder, ConfigurationHolder, etc.?
So, all the static holder classes have been deprecate开发者_高级运维d (and are bombing my tests).[详细]
2023-03-08 19:37 分类:问答Change default app.config at runtime
I have the following problem: We have an application that loads modules (add ons). These modules might need entries in the app.config (e.g. WC开发者_如何学PythonF configuration). Because the modules a[详细]
2023-03-08 15:00 分类:问答.NET - Child Processes and Configuration Files
I\'m designing a windows service which is capable of starting up an arbitrary number of processes, each of which handle data processing on a different set of databases; sandboxes mirroring our live da[详细]
2023-03-07 16:13 分类:问答Using an external .config file in configSource produces error
I was playing around with how to use the Configuration Manager to read/write custom sections in the App.config file for a WPF application in C#. I read this excellent article on .NET 2.0 Configuration[详细]
2023-03-05 23:50 分类:问答XBAP WPF Application Unable to Access Settings Within app.config
I have an XBAP WPF application that has been working for some time now. I am recently having problems accessing settings within the app.config.[详细]
2023-03-05 21:49 分类:问答Saving changes to an external config file specified in configSource attribute of custom section
I have defined a custom section in the App.config file and all the Configuration properties present for the customSection have been defined in an external config file specified in configSource file.[详细]
2023-03-05 07:47 分类:问答.NET DLL that adds config element when being referenced
is there any possibility to automatically add a config section to the app.config/web.config from a .NE开发者_JS百科T DLL when it is being referenced?[详细]
2023-03-05 03:03 分类:问答How to set a connectionstring value in app.config file?
My sample app.config file is <?xml version=\"1.0\" encoding=\"utf-8\" ?> <configuration> <connectionStrings>[详细]
2023-03-04 18:09 分类:问答Get filename of current configuration file
I\'d think this would be simple, but I can\'t find an answer. I\'m using remoting and I want to store the RemotingConfiguration in the app.config. When I call RemotingConfi开发者_如何学运维guration.C[详细]
2023-03-03 01:58 分类:问答