[Mono-list] WCF service configuration
Atsushi Eno
atsushieno at veritas-vos-liberabit.com
Sun May 22 10:30:20 EDT 2011
Your machine.config in your mono installation should include
configuration sections like this (I believe there indeed are):
https://github.com/mono/mono/commit/811c1b3bddf8d252e8cbcb105da9f7aeebabe671#data/net_2_0/machine.config
If it exists, then <system.serviceModel> section should be
recognized.
While <system.serviceModel> section should be recognized, 2.6 has poor
configuration support anyways, so you might want to jump to 2.10.
Atsushi Eno
> Hi,
>
> I'm trying to do a WCF webservice. Unfortunately, it seems, that mono
> does not support configuring the webservice within an app.config file:
>
> System.Configuration.ConfigurationErrorsException: Unrecognized
> configuration section<system.ServiceModel>
>
> I'm using mono 2.6 on Debian squeeze.
>
> Any hints?
>
> Thanks in advance,
> Michael
> _______________________________________________
> Mono-list maillist - Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>
>
>
More information about the Mono-list
mailing list