0
votes
5answers
57 views
Using App.config to set strongly-typed variables
I'm a C# novice running .NET 3.5, and I'd like to store a bunch of application default values in App.config, as the settings may vary by server environment (e.g. development, stagi …
0
votes
2answers
55 views
Why is a published website referencing my machine?
I have a website that I publish in Visual Studio 2008 and then send off to other people. One of the pages needs to alter a few configuration files, so an action is executed using W …
1
vote
3answers
48 views
+100
Updating AppSettings via ASP.NET MVC Controller
I'm writing a basic little forums web app (for fun and to sharpen the ole' saw), and I'm having a bit of trouble with AppSettings.
My plan is to have these settings in their own f …
0
votes
3answers
21 views
AppConfig in a VS 2008 test project?
I've just added my first test project to a VS 2008 solution. I have a component I'd like to use in a unit test; the component calls System.Configuration.ConfigurationSettings.GetC …
0
votes
7answers
140 views
c# simple non-xml config files?
Is there a build-in way in C# to work with simple config files which ate not XML? Or maybe there are popular free libraries?
I'm making a simple tool for non-programmers to use, a …
1
vote
1answer
21 views
Key-value pairs in configuration file on unix - can the value contain the number sign (#)??
Hi,
I'm using the openssl utility of debian in order to create a certificate.
The certificate paramemters are given in a configuration file, which is made of key-value pairs.
My …
0
votes
1answer
65 views
Avoid App.config file in project when using with SQLite/SubSonic (or any other database)
I have a project which I am developing with SQLite and SubSonic 3. I want to know that how can I avoid the App.config file altogether. How do I tell my program to use SQLite Data p …
0
votes
1answer
41 views
Preserve case in ConfigParser?
I've tried to use python's ConfigParser module to save settings. For my app it's important that I preserve the case of each name in my sections. The docs mention that passing str() …
1
vote
4answers
100 views
Problem with PHP and mail() on Windows
I'm currently trying to debug an Elgg-based website (I didn't develop it) and I would like to send the emails directly from local development machine (WinXP). I'm running WAMP with …
0
votes
0answers
21 views
What is the suffix called in this example: HelloWorld.exe_Url_sbgzldmathiegtnjmnawytpet03ycanv?
Hello,
I have a question about the very long random looking suffix that is appended to directories created in the AppData folder when saving user preferences from a C# .NET Window …
0
votes
4answers
144 views
.NET Configuration File - Should I Use OpenMappedExeConfiguration
To begin I have a .NET 2.0 console application. To meet a customer requirement, I need to use a configuration file which is in a different directory than my application in a read/w …
2
votes
5answers
94 views
Making a Perl script detect changes in a separate config module also in Perl.
G'day,
We have a Perl script that is processing geolocation requests from the head-end servers in a major web site. The script is a broker providing additional business logic inte …
0
votes
1answer
45 views
modifying Linq-to-SQL connection in dbml?
Am I understanding correctly, and the database connection string for Linq to SQL is typically stored in the app.config file, in the connectionStrings section?
Are there other plac …
1
vote
4answers
325 views
How to migrate Weblogic’s config.xml to multiple machines?
Hi all,
our development team develops a J2EE application that runs on Weblogic 10.3. Each development machine runs its own copy of Weblogic 10.3 application server. The developmen …
0
votes
3answers
46 views
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 test code works fine, now I need to integrate my WCF client code into the larger system. I …
