[Mono-list] AppSettings loading problem ?

Stéphane Rodrigues stephane.rodrigues at mdeo.fr
Thu Sep 8 10:12:39 EDT 2005


Hello,

When I start XSP, my webservice written in C# can't access to my settings. But when I modify the file mod-mono-server.exe.config, settings seems to be reloaded and I can retrieve them.

Is there a way to load settings when XSP starts ?

My config file : 

<?xml version="1.0" encoding="utf-8"?>
<configuration>
    <appSettings> 
 <add key="DBPath" value="E:\\Mono\\Mono.yap"/>
 <add key="MonoApplications" value="/:." />
 <add key="MonoServerDefaultIndexFiles"
      value="index.aspx, Default.aspx, default.aspx, index.html, index.htm" />
    </appSettings>
</configuration>

Thanks

Stéphane

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-list/attachments/20050908/9211c96c/attachment-0001.html


More information about the Mono-list mailing list