The appsettings tag has no wiki summary.
2
votes
2answers
39 views
How do you get the root of the website? [duplicate]
Hi I am programming in C# and building a website. I am trying to use AppSettings in the web config to set paths to image folders so that I can use those AppSettings anywhere in the site to sort of use ...
-3
votes
1answer
65 views
Regarding “UnobtrusiveJavaScriptEnabled”, what is the default value in MVC 4?
<appSettings>
<add key="UnobtrusiveJavaScriptEnabled" value="true"/>
</appSettings>
Currently, we have UnobtrusiveJavaScriptEnabled set to true in the appSettings
(This can be ...
2
votes
1answer
92 views
ASP.NET MVC TDD (xUnit) - failing ConfigurationManager.AppSettings for no reason
I am trying to get familiar with TDD concept and wrote a first test that its "act" part looks like this:
repositoryStub = new Mock<IMyRepository>();
var sut = new ...
-3
votes
2answers
110 views
Best practice to extract AppSettings value delimited with semicolon from web.config [closed]
I have an AppSettings key value entry as follows...
<add key="credential" value="enabled=true;loginid=testlogin;password=testpassword" />
What is the best practice to extract this value in ...
1
vote
2answers
145 views
Nested settings with plists: creating additional settings page doesn't work in iOS
I'm trying to achieve a nested structure of my App Settings by using pLists and Xcode 4.6.
What I've tried so far:
I did follow a tutorial from the Apple Documentation, here the link to the part ...
0
votes
0answers
30 views
Non-Conflicting Separator Token for a one-string List of HTTP Header Values?
I'm usually just the client-side-slob on the other end evaluating the occasional header so I'm not sure what all the possible character conflicts are. Anyway, the plan is to have a .NET appSettings ...
0
votes
1answer
84 views
In asp.net-mvc, how can I refactor my site.master page to support 2 different master views?
I have a team asp.net-mvc website and in the site.master page I have
a header image
a menu
all my js and css includes.
I now need to use the site for two different teams where I run the site on ...
0
votes
0answers
56 views
Can I set a Value for ConfigurationManager.AppSettings?
I just want to know, can I set a value for ConfigurationManager.AppSettings?
Normally, I just control on Web.Config. Below is the example:
<add key="Apps" value="Apps://192.168.x.xxx:xxxx"/>
...
0
votes
1answer
67 views
Unable To Read ApplicationSettings from Web.Config
I have searched all over and I can't seem to get this one solved.
All I am trying to do is read application settings from the web.config.
I found an article here - but that isn't working.
my ...
1
vote
1answer
95 views
How to Add key in App Setting tag of web config with special character like '&'
I tried to add this value but it is giving me the error
<add key="RssFeedURL" value="http://www.example.com/?cat=11&feed=rss2"/>
0
votes
1answer
36 views
Update current web.config on-line
I've created a screen on my web application that will allow super administrators change values of parameters on Web.Config.
The problem
One time we change the values of parameters using that code ...
0
votes
0answers
21 views
Default read service Uri from AppSettings, after generating References.cs
The problem relates to generate code when a web services is updated.
When I make update web referenc so it generated file References.cs. There is class of service, that has constructor, that reads ...
-1
votes
1answer
182 views
web.config transforms - appSettings node does not transform
I have got appSettings that i would like to share between multiple web applications. So at my root level for my solution, i created a folder "Common ConfigSettings". In here i have
all the common ...
0
votes
1answer
34 views
Is it possible to retrieve phone's color theme?
Depending on the phone brand, windows phone users can choose between more or less twenty colors. When they do, it directly changes the color of the main tiles. Since this setting must be stored ...
0
votes
1answer
267 views
Why can't I encrypt web.config/appSettings using a custom configProtectionProvider on Azure (Windows Server 2012)?
I have an MVC application which is deployed to a Windows Azure hosted service running on a Windows Server 2012 virtual machine. In the web.config file, I have 3 sections encrypted using the ...
0
votes
0answers
161 views
android - unset default dialer
There are many similar questions, but in none of them I've found the answer to my problem.
I have dialer application, that appears in the dialer chooser dialog. And there are those two standard ...
0
votes
1answer
395 views
Save File to MyDocuments + App Folder
I am trying to save my .NET application settings file to the user's %MyDocument%\MyApplication folder, but I don't know how to check for an existing folder\file, and create or append the folder\file ...
0
votes
0answers
57 views
Publish Action via Facebook Open Graph with specified settings
http://postimage.org/image/6otopxvnv/ => Cardio Trainer Example Image Link
I m trying to publish action with some custom settings as Example image via "Cardio Trainer" android api. This is an ...
0
votes
0answers
100 views
How to connect azure website to blob in appsettings?
I would like connect my mvc website to azure blob. I made a search and see that I should write in appsettiings my credentials and code with ConfigurarionManager. I do have a format exception:
No ...
0
votes
1answer
47 views
Implement Settings in Titanium based iOS app
I'm currently working on a Titanium based iOS application.
I want to display the application settings in settings app.
In iOS we can easily do it using info.plist.
Is there anyway to do this in ...
1
vote
3answers
106 views
Putting a field to the next empty array index
How can I put a string to the next empty index in a string array? I want to use a foreach loop and see if all the boolean strings are valid bools, and then put the keys of the invalid boolean strings ...
6
votes
2answers
111 views
How to debug the loading of app.config files
Does anyone know if there is a way to get some visibility into the process of loading app.config files?
I've encountered a number of situations where something is going wrong in that process (most ...
1
vote
1answer
44 views
Would backing roaming settings with a class be elegant or Rube Goldbergesque?
I am using roaming settings to store state ASAP and restore it JIT, or ALAP (L = Late).
For the possible advantage of using data binding for properties that are accessed/mutated in this way, I'm ...
0
votes
2answers
232 views
Setting File for android applications
I have an XML setting file for my android application.
When application is published it has some default values that have to published with app. And after changing settings by user the value of this ...
0
votes
1answer
101 views
Windows Phone Application settings
It seems Application Settings on Windows Phone are not secure and encrypted. I used isolated storage tool to pull all app files and folder fro mthe device and AppSettings file seems to be plain XML.
...
0
votes
1answer
342 views
Multiple AppSettings.config files in a hierarchy
I have a question that has struck me a couple of times when creating ASP.Net MVC applications: Say you have one application that you want to deploy to multiple customers. The application code is ...
0
votes
1answer
40 views
Eval & AppSettings in the same expression?
This is my mark up :
<asp:GroupRadioButton ID="GroupRadioButtonYes" runat="server" Text='<%$Resources:RATResource,YesHeader%>'
Value='<%#Eval("MLTFQuestionId","{0}_1") %>' ...
0
votes
0answers
326 views
VB.NET - I can't save/get settings from “my.settings”
I have a problem with my form, when the form loads it draws some new checkboxes into the form.
ok that I want to do is: if any of the checkboxes is clicked then create/save that property into a ...
0
votes
2answers
165 views
Sharing AppSettings and ConnectionStrings between a console and a web app
I have a multi-tiered ASP.Net MVC 3 application in which different layers need to share some settings, and I am wondering how to best achieve this.
For now, all my AppSettings are in the Web.config ...
2
votes
1answer
260 views
Can partial config files linked to a web.config via configSource be transformed in a web project?
Looking for some help from anyone that's worked with SlowCheetah to transform config files under a web project. We're finding that partial config files referenced from the web.config are not being ...
0
votes
0answers
60 views
programatically configuring iis 7
I'm developing a tool which should simplify the process of installing an IIS http module on websites and configuring them.
We are using the Microsoft.Web.Administration assembly to add our module to ...
0
votes
2answers
141 views
.NET Find Certificate by thumbprint via AppSetting
This one is really weird and I can't figure out why one method works and one doesn't.
I have a certificate in my local computer store and a thumbprint for it. The app uses the cert when making HTTP ...
0
votes
1answer
43 views
Creating settings for an app in iOS 5
Can anyone direct me to a tutorial from which I can learn how to add settings to an app? I've never done this before and I don't know where to begin. I would like to make an app where user would set ...
1
vote
0answers
156 views
Programmatically Open a MenuCommand in SettingsPane in Windows8 Metro Apps
I have a case in which i wish to open up a Pop Up associated with a menu command in the settings Pane programmatically on a Button Click in the Application . I do not wish to create a new ...
0
votes
0answers
83 views
How to know when user changes app settings
I want to know if the user changes any of my app settings from Settings app.
I tried observing NSUserDefaultsDidChangeNotification and the app started receiving notifications when the user changes ...
0
votes
1answer
152 views
Valid widths for the Settings Pane in Windows 8
I have a condition wherein the Header Text of the Settings Command in the PopUp is Larger and as per the Specification the width of 346px is a bit short for the complete text and the Width of 646px ...
0
votes
2answers
390 views
AppSettings, UserSettings, and Registry Keys
Basically I have a C# application that has certain settings that I want any user to be able to change but I want these settings to apply to all users. (The exact implementation is for ...
0
votes
0answers
90 views
where to save App Settings ProgramData vs ProgramFile
I have my applciation installed in ProgramFiles I ahve a settings file which both user edit manually and the applciation saves there data.
where is the right place to save this?
currently I have it in ...
2
votes
3answers
313 views
What's the proper way to store and retrieve Application settings?
I'm predominantly a C# .NET 4.0 developer, and right now I'm reconsidering past approaches to storing and retrieving application settings.
In the past I've used a variety of methods, from simple ...
0
votes
1answer
388 views
Runtime AppSettings.settings editor dialog
Essentially I'm looking for this type of project:
http://www.codeproject.com/Articles/6160/Application-Configuration-Editor-using-the-Propert
But for the Application Settings. Have you heard of it, ...
0
votes
2answers
583 views
how to use AppSettings of app.config in itself
I have a wcf config in client side. I need use a key in AppSettings by ServerIP Name for other sections in App.Config instead of localhost, Because count of my endpoints is many and my server ip is ...
2
votes
2answers
180 views
Edit Appsettings in Winforms C#
I need to change my Webreference url in C# windows app.
My app.config file has applicationSettings as
<applicationSettings>
<DataAggregator.Properties.Settings>
<setting ...
0
votes
0answers
64 views
Sharing setting between user & Runtime modification: way of changing default value?
My question is about the user/application scope settings in VS2008 in C#: how about having persistent settings, been able to be modified by user during Runtime, and shared between all user? It seem ...
0
votes
1answer
419 views
Referenced assembly can not read app.config
I'm having problems with my unit tests. The problem is: I'm using Sitecore. Another question I asked about this is: Unit Testing Sitecore LicenseManager
My problem is that I get the exception:
Test ...
2
votes
1answer
354 views
Why won't the appSettings file attribute allow a path to the parent directory?
I'm trying to deploy a project with multiple executables, some of which use a common config file. I'd like to have this common config file in its own directory. The problem is that it keeps getting ...
4
votes
1answer
755 views
Multiple AppSettings files, is it possible?
I want to create 3 AppSettings config files:
Database.config
Messages.config
Global.config
And after add in my App.config:
<appSettings file="Database.config" />
<appSettings ...
0
votes
1answer
71 views
how to cal back my app after open settings page from my app in iphone
HI I am successfully open settings page from my iphone app but after that how to come my app ? Is there any solution are manually open my app again,
Thanks In advance
0
votes
0answers
437 views
ConfigurationManager.RefreshSection(“appSettings”) not updating config file
I am pulling my hair out with this one, having changed my app.settings url it is not reading from disk, therfore crashing my application because it is using a cached version. I have read lots of ...
1
vote
2answers
91 views
Is it possible to have an ampersand sign in an appSettings key?
I have the following appSettings section
<appSettings>
<add key="Foo" value="http://foo.bar.com/?app=xxx&FormName=yyy" />
</appSettings>
But the IDE is giving me two errors:
...
0
votes
1answer
142 views
Display app setting in a WP7 ListBox control
I have a ListBox control which is binded to a ObservableCollection.
My XAML code:
<ListBox Margin="12,148,12,90" ItemsSource="{Binding FuelRecords}" Name="ListBox1">
...

