[Mono-list] Reading application settings from web.config file
Marek Habersack
grendel at twistedcode.net
Fri Jun 5 17:27:08 EDT 2009
Andrus Moor wrote:
> I have VS generated web.config file which contains application settings:
>
> <?xml version="1.0"?>
> <configuration>
> <configSections>
> ...
> <applicationSettings>
> <MyApp.Service.Properties.Settings>
> <setting name="Server" serializeAs="String">
> <value>myserver.com</value>
> </setting>
> </MyApp.Service.Properties.Settings>
> </applicationSettings>
> </configuration>
[snip]
This was fixed for trunk sometime ago, look at this bug
https://bugzilla.novell.com/show_bug.cgi?id=491531
I've just backported it to the 2.4 branch (r135562)
marek
More information about the Mono-list
mailing list