I have read a lot about impersonation, and I have tried a ton of tags in my config file.I have tried [OperationBehavior(Impersonation = ImpersonationOption.Required)] on my method that hits the databa
We\'re us开发者_JAVA技巧ing a .settings file to store our application settings, and use default values in there so that we don\'t need to configure every single setting. This has generally been fine.
Each server (Dev, QA, Prod) has a different IP address and URL. I would like to 开发者_开发问答write code so that it can pull that information (the URL for the particular server I am running the code
For our approach we want to create one of the *.config files from scratch and populate it with some default/custom values at runtime.
We always generate our RIA services as a \"WCF RIA Services Class Library\". When we generated one for POCO, without first adding an EF model, we noticed the App.config was not generated.
Even though I link my web-app with my RIA Services.web library, the App.config setting files are never used and I always need to copy the module settings 开发者_JS百科manually to my web.config.
I\'m reading through a fantastic article on the .NET Configuration namespace (found here) which talks about creating custom sections, elements, collections, widgets, 开发者_JAVA技巧and flying toasters
We are working with two different teams on the same project. In a configuration file App.config, we have two connections string with our connection settings to connect to our database and the second t
Trying to follow this example to make it work: http://weblogs.asp.net/kiyoshi/archive/2008/10/08/wcf-using-webhttpbinding-for-rest-services.aspx
Can ConfigurationElementCollection object contain for its elements another ConfigurationElementCollection objects?