0
votes
0answers
48 views
Windows XP - Repairing Corrupt System32\Config\System File [closed]
My apologies for this long post. I would like to describe the mess I'm in then ask some questions about how to fix it:
Starting up my Windows XP SP1 machine I got the following m …
0
votes
1answer
20 views
wix custom dialog for config edit
hi i'm trying make a setup msi for my application with wix v3
I have a problem about this task;
I need a user input that will be stored in my application's config file
(for example …
0
votes
1answer
28 views
Codeigniter: Variables/Config Items within Language Files
I have a language file with a long list of strings for my view files.
My question is how to pass a variable or a config item to a language file?
<?php $lang['error_activation_k …
0
votes
3answers
58 views
How do I configure .net framework 3.5 in windows 7
I am trying to use the .net configuration tool in windows 7 but can not find it. Does anyone know where to download this tool from or where it is located in windows 7 (prof)?
0
votes
3answers
69 views
Custom config section: Could not load file or assembly
I'm having a very hard time trying to access a custom configuration section in my config file.
The config file is being read from a .dll that is loaded as a plug-in. I created the …
0
votes
1answer
10 views
Error while browing WCF service
2009-11-03 16:36:10,818 [3404] ERROR WebApplication.Global [UserHostAddress: [::1] ApplicationSource [//TestService.svc]] - Application_Error handled Exception: Stack trace for 1 e …
1
vote
5answers
749 views
Joomla problem: where does “$mainframe->getCfg(’lang’)” come from?!
Hi all,
Happy New Year! :D
In Joomla:
$mainframe->getCfg('lang');
will return "english" (i think this is a default value), anyone can tell me where defined it? can i change …
1
vote
1answer
30 views
How can I prevent .NET from using the compiled .config settings when no config file is present?
How can I prevent .NET from using the compiled .config settings when no config file is present?
For example, I have a connection string setting in the app.config file that specifi …
1
vote
9answers
154 views
How should I save and load user configuration files for a game in C++?
I need a way to save and load user configurations for a game (controls, graphics, etc.) to a file. I want to do this in a cross-platform manner, and if I have to use libraries, I w …
0
votes
1answer
28 views
App.config in WCF Library and its Windows Service Host
Hello there,
I have two Services called TemplateService, TemplateReportService (both defined in one WCF Service Library) to be exposed to the client application.
And, I am trying …
0
votes
3answers
63 views
Best Practices for creating a PHP INI/CONFIG file and keep it secure
I always used a normal PHP file and just defined the variables in that file, but is this considered best practice?
Example:
<?php
define('DB_PASS', 'p@ssw0rd');
?>
0
votes
0answers
22 views
404 error page instead of 403 for external access
I am running an apache webserver with several services on it for internal and some for external access.
I have configured it to allow access to some services only for the local net …
3
votes
4answers
264 views
Store a collection of values in a config file
In a .Net 3.5 (Windows) service, I would like to store a small collection of values in the config file. Basically, I need to allow admins to add and remove values from this small …
1
vote
2answers
96 views
Inject a simple map into a Grails controller
Hi,
I'm trying to inject a Map into a Grails controller. I want to inject the same map into many controllers so would like to define it in resources.groovy.
I've looked on the w …
1
vote
1answer
47 views
suPHP upgrade causing 500 internal server error
I have my server perform a yum update every night. Last night, it updated suPHP to the newest version:
Oct 16 01:25:43 Updated: mod_suphp-0.7.1-1.el5.art.x86_64
This update has ca …
