Top "Configuration-files" questions

Files that configure the initial settings for some computer programs.

Which eslint rules in my config are slow?

I have a config with around 100 rules, and running eslint on my project with all these rules takes around 10 seconds. …

javascript profiling configuration-files eslint
unable to save applicationHost.config file

I could not save applicationHost.config file, it says "save failed and it is open in another programs" while I …

.net windows iis configuration-files
How can I specify an alternate config file for a WCF client?

I am working on a large system, for which I have to use WCF to access a web service. My …

wcf configuration-files wcf-client
Sonata Admin: How to remove "Add New" button from dashboard only?

I'm using Symfony 2.7 with Sonata Admin Bundle to manage some products and product images. I used the Sonata Admin Cookbook …

php symfony configuration-files sonata-admin dashboard
Automatically load a config.php file for all pages before anything else

Does anyone know how to set up something where a specific file can be loaded automatically for all pages before …

php include webserver configuration-files
How can I get ConfigurationManager to load application settings from multiple files?

I'm writing applications that interoperate with a third-party application. This application exposes an API to developers via methods in a …

c# .net configuration-files configurationmanager
Problems with new build server

After moving my build server I get the following error: C:\Windows\Microsoft.NET\Framework64\v3.5\Microsoft.Common.targets (1682): Could …

visual-studio 64-bit configuration-files msbuild-4.0
CloudConfigurationManager does not pick up ApplicationSettings from app.config

I have a library containing some Azure helper classes. Inside these helper classes I obtain settings such as the Azure …

c# azure configuration-files
How to get Grails application name within Config.groovy?

I want to include the Grails application name in some of my configuration settings in grails-app/Config.groovy. I've tried …

grails configuration configuration-files grails-config
Max key/value length in 'application configuration' files

What's the maximum allowed length for MyKey and MyValue in a configuration file? <configuration> <appSettings> <…

c# configuration-files key-value maxlength