Hi,

I was wondering whether there are any known issues with using
paricular ServiceBehavior values with Castle WCF, we were originally
using InstanceContextMode.Single.

In hindsight this was a mistake and caused the integration with Castle
to be a real pain so we have switched to:

    [ServiceBehavior(InstanceContextMode =
InstanceContextMode.PerCall, ConcurrencyMode =
ConcurrencyMode.Single)]

However I wondered if you have published advice on what combinations
of settings are supported?

Ta,

Colin
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Castle Project Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/castle-project-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to