Hi,
If I understand the documentation correctly only some properties (for WCF) can be specified in the spring config file while the rest must still be
configured in the app/web config.
From the documentation
<services>
<service name="calculator" behaviorConfiguration="DefaultBehavior">
<host> ... </host>
<endpoint> ... </endpoint>
</service>
...
</services>
Is it possible to specify these properties in the spring file as I would like to only have one file for my WCF Service configuration?
(I.e. not have to configure in both the spring configuration file and the app/web config file)
Thanks
Roaan


Reply With Quote
